Skip to content

Commit 44090a3

Browse files
authored
update alpine/downgrade alpine
Signed-off-by: Zoey <[email protected]>
1 parent 8864325 commit 44090a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18.0 as build
1+
FROM alpine:3.17.3 as build
22
ARG BUILD
33

44
# Requirements
@@ -72,7 +72,7 @@ RUN apk add --no-cache ca-certificates build-base patch cmake git mercurial perl
7272
make -j "$(nproc)" install && \
7373
strip -s /usr/local/nginx/sbin/nginx
7474

75-
FROM python:3.11.3-alpine3.17
75+
FROM python:3.11.3-alpine3.18
7676
COPY --from=build /usr/local/nginx /usr/local/nginx
7777
RUN apk add --no-cache ca-certificates tzdata && \
7878
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx

0 commit comments

Comments
 (0)