Skip to content

Commit 420395e

Browse files
committed
Generated Dockerfile for Python 3.10.
1 parent 393b41e commit 420395e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/docker/Dockerfile.python3.9 renamed to pkg/docker/Dockerfile.python3.10

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9 as BUILDER
1+
FROM python:3.10 as BUILDER
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

@@ -40,7 +40,7 @@ RUN set -ex \
4040
&& make -j $NCPU python3-install \
4141
&& ldd /usr/sbin/unitd | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):.*$/\1/' | sort | uniq > /requirements.apt
4242

43-
FROM python:3.9
43+
FROM python:3.10
4444
COPY docker-entrypoint.sh /usr/local/bin/
4545
COPY --from=BUILDER /usr/sbin/unitd /usr/sbin/unitd
4646
COPY --from=BUILDER /usr/sbin/unitd-debug /usr/sbin/unitd-debug

0 commit comments

Comments
 (0)