Skip to content

Commit cf871ba

Browse files
renovate-botShabirmean
authored andcommitted
chore(deps): update openjdk docker tag to v11.0.16-jre-slim
1 parent 8b277bc commit cf871ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java11/tasks-handler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mvn package -DskipTests
1414
# Use the Official OpenJDK image for a lean production stage of our multi-stage build.
1515
# https://hub.docker.com/_/openjdk
1616
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
17-
FROM openjdk:11-jre-slim
17+
FROM openjdk:11.0.16-jre-slim
1818

1919
# Copy the jar to the production image from the builder stage.
2020
COPY --from=builder /app/target/task-handler-j11-*.jar /task-handler-j11.jar

0 commit comments

Comments
 (0)