Skip to content

Commit

Permalink
update python and alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 9, 2023
1 parent 7d3fab5 commit ac1e07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.5 as build
FROM alpine:3.19.0 as build
ARG BUILD

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

FROM python:3.12.0-alpine3.18
FROM python:3.12.1-alpine3.19
COPY --from=build /usr/local/nginx /usr/local/nginx
COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod
Expand Down

0 comments on commit ac1e07b

Please sign in to comment.