Regenerated Dockerfiles.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16 as BUILDER
|
||||
FROM node:18 as BUILDER
|
||||
|
||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
||||
|
||||
@@ -40,7 +40,7 @@ RUN set -ex \
|
||||
&& make -j $NCPU node node-install libunit-install \
|
||||
&& ldd /usr/sbin/unitd | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):.*$/\1/' | sort | uniq > /requirements.apt
|
||||
|
||||
FROM node:16
|
||||
FROM node:18
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
COPY --from=BUILDER /usr/sbin/unitd /usr/sbin/unitd
|
||||
COPY --from=BUILDER /usr/sbin/unitd-debug /usr/sbin/unitd-debug
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10 as BUILDER
|
||||
FROM python:3.11 as BUILDER
|
||||
|
||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
||||
|
||||
@@ -40,7 +40,7 @@ RUN set -ex \
|
||||
&& make -j $NCPU python3-install \
|
||||
&& ldd /usr/sbin/unitd | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):.*$/\1/' | sort | uniq > /requirements.apt
|
||||
|
||||
FROM python:3.10
|
||||
FROM python:3.11
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
COPY --from=BUILDER /usr/sbin/unitd /usr/sbin/unitd
|
||||
COPY --from=BUILDER /usr/sbin/unitd-debug /usr/sbin/unitd-debug
|
||||
Reference in New Issue
Block a user