Skip to content

Commit

Permalink
chore: alpine 3.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jul 19, 2023
1 parent 3cf13dc commit 8da2b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.17.3 as build
FROM --platform=$BUILDPLATFORM alpine:3.17.4 as build

ARG TARGETPLATFORM
ARG SERVER_VERSION=0.0.0
Expand All @@ -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.17.3
FROM alpine:3.17.4

ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion docker/devel/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.3
FROM alpine:3.17.4

ENV SERVER_VERSION=devel

Expand Down

0 comments on commit 8da2b69

Please sign in to comment.