diff --git a/batch/cpp_application/application/Dockerfile b/batch/cpp_application/application/Dockerfile index 63929ae8..cb099bcb 100644 --- a/batch/cpp_application/application/Dockerfile +++ b/batch/cpp_application/application/Dockerfile @@ -14,7 +14,7 @@ # We chose Alpine to build the image because it has good support for creating # statically-linked, small programs. -FROM alpine:3.21 AS build +FROM alpine:3.23 AS build # Install the typical development tools for C++, and # the base OS headers and libraries. diff --git a/batch/parallel/application/Dockerfile b/batch/parallel/application/Dockerfile index 2d7a240f..7d0a06b2 100644 --- a/batch/parallel/application/Dockerfile +++ b/batch/parallel/application/Dockerfile @@ -14,7 +14,7 @@ # We chose Alpine to build the image because it has good support for creating # statically-linked, small programs. -FROM alpine:3.21 AS build +FROM alpine:3.23 AS build # Install the typical development tools for C++, and # the base OS headers and libraries. diff --git a/cloud-run-hello-world/Dockerfile b/cloud-run-hello-world/Dockerfile index b417ea12..46579a80 100644 --- a/cloud-run-hello-world/Dockerfile +++ b/cloud-run-hello-world/Dockerfile @@ -16,7 +16,7 @@ # [START dockerfile] # We chose Alpine to build the image because it has good support for creating # statically-linked, small programs. -FROM alpine:3.21 AS build +FROM alpine:3.23 AS build # Install the typical development tools for C++, and # the base OS headers and libraries.