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:
+2
-2
@@ -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=" \
|
||||||
|
|||||||
Reference in New Issue
Block a user