File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2929COPY --from=build target/pgadapter /home/pgadapter
3030COPY --from=build LICENSE /home/pgadapter/
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY src ./src
2424RUN 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.
3030COPY --from=builder /app/target/google-cloud-spanner-pgadapter-samples-cloud-run-*.jar /google-cloud-spanner-pgadapter-samples-cloud-run.jar
You can’t perform that action at this time.
0 commit comments