Skip to content

Commit

Permalink
update java for cli images #2201
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 12, 2023
1 parent 0cceaa4 commit 1e8c453
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

publish-cli-image:
needs: build-and-run-tests
if: ${{ github.event_name == 'push' }}
# temporary commented to check images
# if: ${{ github.event_name == 'push' }}
strategy:
fail-fast: false # force to execute all jobs even though some of them have failed
matrix:
Expand Down
2 changes: 1 addition & 1 deletion utbot-cli-js/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:11.0.15-11.56.19
FROM azul/zulu-openjdk:17.0.7-17.42.19

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion utbot-cli-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:11.0.15-11.56.19
FROM azul/zulu-openjdk:17.0.7-17.42.19

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion utbot-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:11.0.15-11.56.19
FROM azul/zulu-openjdk:17.0.7-17.42.19

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 1e8c453

Please sign in to comment.