Skip to content

Commit

Permalink
feat: 10.3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Daabramov committed Jan 2, 2024
1 parent a38367d commit 3345355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 9-community.Dockerfile → .Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM sonarqube:9.9-community
FROM sonarqube:10.3-community

ARG RUSSIAN_PACK=9.9
ARG BRANCH_PLUGIN_VERSION=1.14.0
ARG BSL_PLUGIN_VERSION=1.11.0
ARG RUSSIAN_PACK=10.3
ARG BRANCH_PLUGIN_VERSION=1.18.0
ARG BSL_PLUGIN_VERSION=1.13.0

USER root

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

env:
SONAR_VERSION: "9.9-community"
SONAR_VERSION: "10.3-community"

jobs:

Expand All @@ -28,6 +28,6 @@ jobs:
-
name: Build the Docker image
run: |
docker build . --file ./9-community.Dockerfile --tag daabramov/sonarfor1c:$SONAR_VERSION
docker build . --file ./.Dockerfile --tag daabramov/sonarfor1c:$SONAR_VERSION
docker push daabramov/sonarfor1c:$SONAR_VERSION
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- postgresql_data:/var/lib/postgresql/data
sonar:
restart: always
image: daabramov/sonarfor1c:9.9-community
image: daabramov/sonarfor1c:10.3-community
ports:
- "32772:9000"
depends_on:
Expand Down

0 comments on commit 3345355

Please sign in to comment.