Skip to content

Commit

Permalink
chore(deps): update all dependencies (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 7c8858f commit 26b2148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
--output-format sq-generic-issue-import
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@v3
uses: sonarsource/sonarcloud-github-action@v4
with:
args: >
-Dsonar.projectKey=utPLSQL-zpa-demo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN "$JAVA_HOME"/bin/jlink \
--no-header-files \
--output /javaruntime

FROM alpine:3.20
FROM alpine:3.21
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH="${JAVA_HOME}/bin:${PATH}"

Expand Down

0 comments on commit 26b2148

Please sign in to comment.