Skip to content

Commit 1e8c453

Browse files
committed
update java for cli images #2201
1 parent 0cceaa4 commit 1e8c453

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build-and-run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
publish-cli-image:
3030
needs: build-and-run-tests
31-
if: ${{ github.event_name == 'push' }}
31+
# temporary commented to check images
32+
# if: ${{ github.event_name == 'push' }}
3233
strategy:
3334
fail-fast: false # force to execute all jobs even though some of them have failed
3435
matrix:

utbot-cli-js/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM azul/zulu-openjdk:11.0.15-11.56.19
1+
FROM azul/zulu-openjdk:17.0.7-17.42.19
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

utbot-cli-python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM azul/zulu-openjdk:11.0.15-11.56.19
1+
FROM azul/zulu-openjdk:17.0.7-17.42.19
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

utbot-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM azul/zulu-openjdk:11.0.15-11.56.19
1+
FROM azul/zulu-openjdk:17.0.7-17.42.19
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)