Skip to content

Commit

Permalink
Update pipeline and docker image to 17-jdk-jammmy
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Dec 18, 2024
1 parent 19fcf6e commit 83bfe6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.6_10-jdk-focal
FROM eclipse-temurin:17-jdk-jammy

RUN apt-get update && apt-get install -y gpg

Expand Down
4 changes: 2 additions & 2 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java versions
java.main.tag=17.0.6_10-jdk-focal
java.next.tag=20-jdk-jammy
java.main.tag=17-jdk-jammy
java.next.tag=21-jdk-jammy

# Docker container images - standard
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
Expand Down

0 comments on commit 83bfe6f

Please sign in to comment.