File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp_application/application Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# We chose Alpine to build the image because it has good support for creating
16
16
# statically-linked, small programs.
17
- FROM alpine:3.19 AS build
17
+ FROM alpine:3.20 AS build
18
18
19
19
# Install the typical development tools for C++, and
20
20
# the base OS headers and libraries.
Original file line number Diff line number Diff line change 14
14
15
15
# We chose Alpine to build the image because it has good support for creating
16
16
# statically-linked, small programs.
17
- FROM alpine:3.19 AS build
17
+ FROM alpine:3.20 AS build
18
18
19
19
# Install the typical development tools for C++, and
20
20
# the base OS headers and libraries.
Original file line number Diff line number Diff line change 16
16
# [START dockerfile]
17
17
# We chose Alpine to build the image because it has good support for creating
18
18
# statically-linked, small programs.
19
- FROM alpine:3.19 AS build
19
+ FROM alpine:3.20 AS build
20
20
21
21
# Install the typical development tools for C++, and
22
22
# the base OS headers and libraries.
You can’t perform that action at this time.
0 commit comments