Skip to content

Commit

Permalink
Update python Docker tag to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Feb 8, 2024
1 parent 3bec883 commit 8dea10e
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 @@ -113,7 +113,7 @@ RUN cd /src/nginx && \
make -j "$(nproc)" install PREFIX=/usr/local/nginx && \
perl /src/openssl/configdata.pm --dump

FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
COPY --from=build /usr/local/nginx /usr/local/nginx
#COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5 # perl in apk add needed
#COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod # perl in apk add needed
Expand Down

0 comments on commit 8dea10e

Please sign in to comment.