Skip to content

Commit b9417a9

Browse files
chore(cloudrun): migrate region tag "cloudrun_imageproc_dockerfile_imagemagick" (#4031)
1 parent ca49f40 commit b9417a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/image-processing/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Use the official lightweight Node.js image.
1616
# https://hub.docker.com/_/node
1717
FROM node:20-slim
18+
# [START cloudrun_imageproc_dockerfile_nodejs]
1819
# [START cloudrun_imageproc_dockerfile_imagemagick]
1920

2021
# Install Imagemagick into the container image.
@@ -26,6 +27,7 @@ RUN set -ex; \
2627
rm -rf /var/lib/apt/lists/*
2728

2829
# [END cloudrun_imageproc_dockerfile_imagemagick]
30+
# [END cloudrun_imageproc_dockerfile_nodejs]
2931

3032
# Create and change to the app directory.
3133
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)