Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion batch/cpp_application/application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22 AS build

# Install the typical development tools for C++, and
# the base OS headers and libraries.
Expand Down
2 changes: 1 addition & 1 deletion batch/parallel/application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22 AS build

# Install the typical development tools for C++, and
# the base OS headers and libraries.
Expand Down
2 changes: 1 addition & 1 deletion cloud-run-hello-world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22 AS build

# Install the typical development tools for C++, and
# the base OS headers and libraries.
Expand Down