Skip to content

Commit 644896b

Browse files
authored
Update Maven image version in deployment script
1 parent d83328f commit 644896b

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
@@ -45,7 +45,7 @@ docker run --rm -v "${PWD}":/usr/src/build \
4545
-e CI_DEPLOY_PASSWORD \
4646
-e GPG_KEY_NAME \
4747
-e GPG_PASSPHRASE \
48-
maven:3.6-openjdk-"${JDK_VERSION}" \
48+
maven:3.9-eclipse-temurin-"${JDK_VERSION}" \
4949
/bin/bash -c "cd dockerfile-image-update && mvn --quiet --batch-mode deploy -P release scm:tag -Drevision=${NEW_PATCH_VERSION}"
5050

5151
# Get MVN_VERSION

0 commit comments

Comments
 (0)