Skip to content

Commit a626707

Browse files
authored
reduce image size (GoogleCloudPlatform#1655)
1 parent 42e65fa commit a626707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/image-processing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN mvn package -DskipTests
1818
# It's important to use OpenJDK 8u191 or above that has container support enabled.
1919
# https://hub.docker.com/r/adoptopenjdk/openjdk11
2020
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
21-
FROM adoptopenjdk/openjdk11:alpine
21+
FROM adoptopenjdk/openjdk11:alpine-slim
2222

2323
# Install Imagemagick into the container image.
2424
# For more on system packages review the system packages tutorial.

0 commit comments

Comments
 (0)