Skip to content

Commit 686d395

Browse files
authored
Update Maven image to use openjdk version
1 parent ce22321 commit 686d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run --rm -v "${PWD}":/usr/src/build \
3232
-e CI_DEPLOY_PASSWORD \
3333
-e GPG_KEY_NAME \
3434
-e GPG_PASSPHRASE \
35-
maven:3.6-jdk-"${JDK_VERSION}" \
35+
maven:3.6-openjdk-"${JDK_VERSION}" \
3636
/bin/bash -c "source .ci.prepare-ssh-gpg.sh && cd dockerfile-image-update && mvn --quiet --batch-mode deploy -P release scm:tag -Drevision=${NEW_PATCH_VERSION}"
3737

3838
# Get MVN_VERSION

0 commit comments

Comments
 (0)