Skip to content

Commit

Permalink
Update python Docker tag to v3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent 7074c50 commit a468945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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.11.4-alpine3.18
FROM python:3.11.5-alpine3.18
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 a468945

Please sign in to comment.