Skip to content

Commit 605efdd

Browse files
chore(deps): update alpine docker tag to v3.20.1
1 parent 4c28632 commit 605efdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
#
24-
FROM alpine:3.20.0 as build-env
24+
FROM alpine:3.20.1 as build-env
2525

2626
RUN apk --no-cache add \
2727
bash=5.2.26-r0 \
@@ -45,7 +45,7 @@ RUN cmake /src/Sample-Server/.github/ \
4545
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\
4646
cmake --build .
4747

48-
FROM alpine:3.20.0 as runtime
48+
FROM alpine:3.20.1 as runtime
4949
RUN apk --no-cache add \
5050
libstdc++=13.2.1_git20240309-r0
5151
COPY --from=build-env /install/bin /app

0 commit comments

Comments
 (0)