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 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.20 AS build
17+ FROM alpine:3.21 AS build
1818
1919# Install the typical development tools for C++, and
2020# the base OS headers and libraries.
Original file line number Diff line number Diff line change 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.20 AS build
17+ FROM alpine:3.21 AS build
1818
1919# Install the typical development tools for C++, and
2020# the base OS headers and libraries.
Original file line number Diff line number Diff line change 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.20 AS build
19+ FROM alpine:3.21 AS build
2020
2121# Install the typical development tools for C++, and
2222# the base OS headers and libraries.
You can’t perform that action at this time.
0 commit comments