From d0878b0a3398d1a67cb911c51a276554ab8c87b3 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Wed, 19 Mar 2025 18:33:00 +0000 Subject: [PATCH] chore(cloudrun): migrate region tag "cloudrun_imageproc_dockerfile_imagemagick" --- run/image-processing/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index a6be9e2c06..4ef74dd1d6 100644 --- a/run/image-processing/Dockerfile +++ b/run/image-processing/Dockerfile @@ -15,6 +15,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node FROM node:20-slim +# [START cloudrun_imageproc_dockerfile_nodejs] # [START cloudrun_imageproc_dockerfile_imagemagick] # Install Imagemagick into the container image. @@ -26,6 +27,7 @@ RUN set -ex; \ rm -rf /var/lib/apt/lists/* # [END cloudrun_imageproc_dockerfile_imagemagick] +# [END cloudrun_imageproc_dockerfile_nodejs] # Create and change to the app directory. WORKDIR /usr/src/app