Skip to content

Commit e410fb4

Browse files
committed
docker image auf jammy umgestellt
1 parent 785f723 commit e410fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44

55
#image: maven:3.9-eclipse-temurin-8
66
#image: bellsoft/liberica-openjdk-debian:17
7-
image: eclipse-temurin:17-jdk
7+
image: eclipse-temurin:17-jdk-jammy
88

99
# cache:
1010
# paths:
@@ -84,4 +84,4 @@ notify-github-failure:
8484
stage: .postnotify
8585
when: on_failure
8686
script:
87-
- .ci/notify_github.sh failure
87+
- .ci/notify_github.sh failure

0 commit comments

Comments
 (0)