Skip to content

Commit

Permalink
ci: use java17 image for deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Feb 2, 2024
1 parent be2028c commit 24e67db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ srm_client_rpm:

deb:
stage: build
image: dcache/maven-java11-deb-build
image: dcache/maven-java17-deb-build
extends: .build_cache
script:
- mvn $MAVEN_CLI_OPTS -DskipTests -am -pl packages/fhs -P deb clean package
Expand Down

0 comments on commit 24e67db

Please sign in to comment.