index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-07-19 19:06:55.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-07-19 19:06:55.0 +00:00:00
commit
8da2b698631e62e5c28e8e9cbbd2b0cb63f9afee [patch]
tree
a424d43d9c995383309d2877412ac4d35c540056
parent
3cf13dc964d887b78cee90ad80c7aab5ce27d1d7
download
8da2b698631e62e5c28e8e9cbbd2b0cb63f9afee.tar.gz

chore: alpine 3.17.4



Diff

 docker/alpine/Dockerfile       | 4 ++--
 docker/devel/Dockerfile.alpine | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 65197c1..536619a 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -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
@@ -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}
diff --git a/docker/devel/Dockerfile.alpine b/docker/devel/Dockerfile.alpine
index 1e29687..704c1eb 100644
--- a/docker/devel/Dockerfile.alpine
+++ b/docker/devel/Dockerfile.alpine
@@ -1,4 +1,4 @@
FROM alpine:3.17.3
FROM alpine:3.17.4

ENV SERVER_VERSION=devel