Skip to content

Commit

Permalink
update base image to eclipse-temurin:17.0.12_7-jre-jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Oct 21, 2024
1 parent bc0d6a8 commit 596f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# `nerdctl build -t dataone-index-worker:2.4.0 -f docker/Dockerfile --build-arg TAG=2.4.0 .`
# Use an OpenJDK runtime as a parent image
# Note: the prior alpine-based openjdk image had network DNS issues, so replacing with Eclipse Temurin
FROM eclipse-temurin:17.0.8.1_1-jre-jammy
FROM eclipse-temurin:17.0.12_7-jre-jammy

ARG TAG=3.0.0-SNAPSHOT
ENV TAG=${TAG}
Expand Down

0 comments on commit 596f943

Please sign in to comment.