We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8864325 commit 44090a3Copy full SHA for 44090a3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.18.0 as build
+FROM alpine:3.17.3 as build
2
ARG BUILD
3
4
# Requirements
@@ -72,7 +72,7 @@ RUN apk add --no-cache ca-certificates build-base patch cmake git mercurial perl
72
make -j "$(nproc)" install && \
73
strip -s /usr/local/nginx/sbin/nginx
74
75
-FROM python:3.11.3-alpine3.17
+FROM python:3.11.3-alpine3.18
76
COPY --from=build /usr/local/nginx /usr/local/nginx
77
RUN apk add --no-cache ca-certificates tzdata && \
78
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
0 commit comments