Skip to content

Commit

Permalink
minor: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Oct 18, 2022
1 parent feda126 commit 4feb46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: checkstyle/sonarqube-maven-git:7.7-community-8c1737e
- image: checkstyle/sonarqube-maven-git:8-community

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube:8.3-community
FROM sonarqube:7.9-community

ARG MAVEN_VERSION=3.3.9
ARG USER_HOME_DIR="/root"
Expand Down

0 comments on commit 4feb46b

Please sign in to comment.