Skip to content

Commit fda542a

Browse files
authored
deps: update eclipse-temurin docker tag to v24 (GoogleCloudPlatform#3093)
1 parent 1e22e34 commit fda542a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mvn package -Passembly -DskipTests
2424
# RELEASE #
2525
################################################################################
2626

27-
FROM eclipse-temurin:23-jre
27+
FROM eclipse-temurin:24-jre
2828

2929
COPY --from=build target/pgadapter /home/pgadapter
3030
COPY --from=build LICENSE /home/pgadapter/

samples/java/cloud-run/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY src ./src
2424
RUN mvn package -DskipTests
2525

2626
# Use AdoptOpenJDK for base image.
27-
FROM eclipse-temurin:23-jre-alpine
27+
FROM eclipse-temurin:24-jre-alpine
2828

2929
# Copy the jar to the production image from the builder stage.
3030
COPY --from=builder /app/target/google-cloud-spanner-pgadapter-samples-cloud-run-*.jar /google-cloud-spanner-pgadapter-samples-cloud-run.jar

0 commit comments

Comments
 (0)