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 393b41e commit 420395eCopy full SHA for 420395e
pkg/docker/Dockerfile.python3.9 renamed to pkg/docker/Dockerfile.python3.10
@@ -1,4 +1,4 @@
1
-FROM python:3.9 as BUILDER
+FROM python:3.10 as BUILDER
2
3
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
4
@@ -40,7 +40,7 @@ RUN set -ex \
40
&& make -j $NCPU python3-install \
41
&& ldd /usr/sbin/unitd | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):.*$/\1/' | sort | uniq > /requirements.apt
42
43
-FROM python:3.9
+FROM python:3.10
44
COPY docker-entrypoint.sh /usr/local/bin/
45
COPY --from=BUILDER /usr/sbin/unitd /usr/sbin/unitd
46
COPY --from=BUILDER /usr/sbin/unitd-debug /usr/sbin/unitd-debug
0 commit comments