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 7d3fab5 commit ac1e07bCopy full SHA for ac1e07b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.18.5 as build
+FROM alpine:3.19.0 as build
2
ARG BUILD
3
4
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
106
cd /src/lua-resty-lrucache && \
107
make install PREFIX=/usr/local/nginx
108
109
-FROM python:3.12.0-alpine3.18
+FROM python:3.12.1-alpine3.19
110
COPY --from=build /usr/local/nginx /usr/local/nginx
111
COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
112
COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod
0 commit comments