Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 6, 2024
1 parent 4c9c631 commit c55d849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.20 AS build
FROM alpine:3.21 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.20 AS build
FROM alpine:3.21 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.20 AS build
FROM alpine:3.21 AS build

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

0 comments on commit c55d849

Please sign in to comment.