Skip to content

Commit cbed350

Browse files
authored
chore(deps): update alpine docker tag to v3.20 (#333)
1 parent 00b154d commit cbed350

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

batch/cpp_application/application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# We chose Alpine to build the image because it has good support for creating
1616
# statically-linked, small programs.
17-
FROM alpine:3.19 AS build
17+
FROM alpine:3.20 AS build
1818

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

batch/parallel/application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# We chose Alpine to build the image because it has good support for creating
1616
# statically-linked, small programs.
17-
FROM alpine:3.19 AS build
17+
FROM alpine:3.20 AS build
1818

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

cloud-run-hello-world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [START dockerfile]
1717
# We chose Alpine to build the image because it has good support for creating
1818
# statically-linked, small programs.
19-
FROM alpine:3.19 AS build
19+
FROM alpine:3.20 AS build
2020

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

0 commit comments

Comments
 (0)