index : static-web-server.git

ascending towards madness

author Jose Quintana <1700322+joseluisq@users.noreply.github.com> 2022-03-17 6:44:46.0 +00:00:00
committer GitHub <noreply@github.com> 2022-03-17 6:44:46.0 +00:00:00
commit
6fe39064302de3d39292bcb83134414b3a7972b4 [patch]
tree
a3648a9efa1a7fbe06e396031b01a8d040af79be
parent
f22b952e0f27079d57e6f4802fabd58b11c9c13c
parent
dcc8a32837a80bacdde50c9448fc1785bc406613
download
6fe39064302de3d39292bcb83134414b3a7972b4.tar.gz

Merge pull request #92 from joseluisq/snyk-fix-51a18177ea2f3e95f8a5c0179fbbd3e9

[Snyk] Security upgrade alpine from 3.14 to 3.15

Diff

 docker/alpine/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 16f7038..8261a7d 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.14 as build
FROM --platform=$BUILDPLATFORM alpine:3.15 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.14
FROM alpine:3.15

ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}