Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 2f45fed

Browse files
author
Daniel Gstoehl
committed
Change Docker base image to Temurin 17
1 parent 34d0582 commit 2f45fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
mvn --batch-mode compile com.google.cloud.tools:jib-maven-plugin:3.1.4:build -f ch-covidcertificate-backend-verification-check/ch-covidcertificate-backend-verification-check-ws/pom.xml \
5959
-Dimage=${{ secrets.DOCKER_HUB_USERNAME}}/${{ env.APP_NAME }} \
60-
-Djib.from.image=adoptopenjdk:11-jre \
60+
-Djib.from.image=eclipse-temurin:17 \
6161
-Djib.to.auth.username=${{ secrets.DOCKER_HUB_USERNAME }} \
6262
-Djib.to.auth.password=${{ secrets.DOCKER_HUB }} \
6363
-Djib.container.volumes=/config/ \

0 commit comments

Comments
 (0)