Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update java for cli images #2201
  • Loading branch information
bissquit committed May 12, 2023
commit 1e8c4531dc978311c2cfcb249fab53fc377a8b35
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