Skip to content

Commit 8b8c2a1

Browse files
chore(cloudrun): Remove older region tag (#4044)
1 parent ae785a3 commit 8b8c2a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

run/image-processing/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# https://hub.docker.com/_/node
1717
FROM node:20-slim
1818
# [START cloudrun_imageproc_dockerfile_nodejs]
19-
# [START cloudrun_imageproc_dockerfile_imagemagick]
2019

2120
# Install Imagemagick into the container image.
2221
# For more on system packages review the system packages tutorial.
@@ -26,7 +25,6 @@ RUN set -ex; \
2625
apt-get -y install imagemagick; \
2726
rm -rf /var/lib/apt/lists/*
2827

29-
# [END cloudrun_imageproc_dockerfile_imagemagick]
3028
# [END cloudrun_imageproc_dockerfile_nodejs]
3129

3230
# Create and change to the app directory.

0 commit comments

Comments
 (0)