1
- FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as frontend
1
+ FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as frontend
2
2
COPY frontend /build/frontend
3
3
COPY global/certbot-dns-plugins.json /build/frontend/certbot-dns-plugins.json
4
4
ARG NODE_ENV=production \
@@ -12,7 +12,7 @@ COPY darkmode.css /build/frontend/dist/css/darkmode.css
12
12
COPY security.txt /build/frontend/dist/.well-known/security.txt
13
13
14
14
15
- FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as backend
15
+ FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as backend
16
16
SHELL ["/bin/ash" , "-eo" , "pipefail" , "-c" ]
17
17
COPY backend /build/backend
18
18
COPY global/certbot-dns-plugins.json /build/backend/certbot-dns-plugins.json
@@ -30,7 +30,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \
30
30
yarn cache clean --all
31
31
32
32
33
- FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as crowdsec
33
+ FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as crowdsec
34
34
35
35
ARG CSNB_VER=v1.0.6-rc5
36
36
@@ -48,13 +48,13 @@ RUN apk add --no-cache ca-certificates git build-base && \
48
48
sed -i "s|BAN_TEMPLATE_PATH=.*|BAN_TEMPLATE_PATH=/data/etc/crowdsec/ban.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf && \
49
49
sed -i "s|CAPTCHA_TEMPLATE_PATH=.*|CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf
50
50
51
- FROM zoeyvid/nginx-quic:243
51
+ FROM zoeyvid/nginx-quic:247
52
52
SHELL ["/bin/ash" , "-eo" , "pipefail" , "-c" ]
53
53
54
54
ARG CRS_VER=v4.0/dev
55
55
56
56
COPY rootfs /
57
- COPY --from=zoeyvid/certbot-docker:19 /usr/local /usr/local
57
+ COPY --from=zoeyvid/certbot-docker:20 /usr/local /usr/local
58
58
COPY --from=zoeyvid/curl-quic:364 /usr/local/bin/curl /usr/local/bin/curl
59
59
60
60
RUN apk add --no-cache ca-certificates tzdata tini \
0 commit comments