Rollback to alpine 3.14 as 3.15+ seems to clash with the system timer used for the scanner. fixes #228

This commit is contained in:
emeric
2022-05-27 23:33:43 +02:00
parent 24995ed797
commit 558ffe1d87
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.16 AS build FROM alpine:3.14 AS build
WORKDIR /tmp/workdir WORKDIR /tmp/workdir
@@ -132,7 +132,7 @@ RUN \
rm -rf /tmp/fakeroot/share/Wt/resources/themes rm -rf /tmp/fakeroot/share/Wt/resources/themes
## Release Stage ## Release Stage
FROM alpine:3.16 AS release FROM alpine:3.14 AS release
LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>" LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>"
ARG RUNTIME_PACKAGES=" \ ARG RUNTIME_PACKAGES=" \