Skip to content

Commit

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

FROM python:3.12.2-alpine3.19
FROM python:3.12.3-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 8f5cb7f

Please sign in to comment.