Skip to content

Commit ac1e07b

Browse files
authored
update python and alpine
Signed-off-by: Zoey <[email protected]>
1 parent 7d3fab5 commit ac1e07b

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.5 as build
1+
FROM alpine:3.19.0 as build
22
ARG BUILD
33

44
ARG LUAJIT_INC=/usr/include/luajit-2.1
@@ -106,7 +106,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
106106
cd /src/lua-resty-lrucache && \
107107
make install PREFIX=/usr/local/nginx
108108

109-
FROM python:3.12.0-alpine3.18
109+
FROM python:3.12.1-alpine3.19
110110
COPY --from=build /usr/local/nginx /usr/local/nginx
111111
COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
112112
COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod

0 commit comments

Comments
 (0)