Use gradle:latest instead of gradle:alpine
ci/woodpecker/push/pages Pipeline was successful Details
ci/woodpecker/push/gradle Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-12-03 15:07:28 +01:00
parent 9d13fdba36
commit eb0c60a64b
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
maven:
image: gradle:alpine
image: gradle:latest
pull: true
environment:
- GRADLE_OPTS=-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=-Xmx2G

View File

@ -2,7 +2,7 @@
pipeline:
build_test:
image: gradle:alpine
image: gradle:latest
pull: true
commands:
- if [ $CI_PIPELINE_EVENT = tag ]; then