chore: update alpine to 3.17.3 (#199)

This commit is contained in:
Juan Calderon-Perez
2023-04-24 06:38:51 -04:00
committed by GitHub
parent 85851e9322
commit e36a522392
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.16.5 as build
FROM --platform=$BUILDPLATFORM alpine:3.17.3 as build
ARG TARGETPLATFORM
ARG SERVER_VERSION=0.0.0
@@ -20,7 +20,7 @@ RUN set -ex; \
rm -rf /tmp/static-web-server.tar.gz static-web-server-v${SERVER_VERSION}-${target}; \
chmod +x /usr/local/bin/static-web-server
FROM alpine:3.16.5
FROM alpine:3.17.3
ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16.5
FROM alpine:3.17.3
ENV SERVER_VERSION=devel