chore(deps): update maven docker tag from 3.9.9-eclipse-temurin-17 to 3.9.10-eclipse-temurin-17

This commit is contained in:
Renovate 2025-06-23 20:26:14 +00:00 committed by Stephan Schnabel
parent 86f8efaa1a
commit c01c9d00fe
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ steps:
deploy:
depends_on: []
image: maven:3.9.9-eclipse-temurin-17
image: maven:3.9.10-eclipse-temurin-17
commands: mvn deploy
environment:
MAVEN_ARGS: --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
@ -55,7 +55,7 @@ steps:
release:
depends_on: []
image: maven:3.9.9-eclipse-temurin-17
image: maven:3.9.10-eclipse-temurin-17
commands:
- git config user.email "$GIT_USER_EMAIL"
- git config user.name "$GIT_USER_NAME"