Skip to content

Commit 57e0efb

Browse files
committed
unit
1 parent 7d44424 commit 57e0efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

production.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN apt-get update && \
139139
# ---------------------------------------------------------
140140
#
141141

142-
FROM unit:python3.11 as unit
142+
FROM unit:python3.11 as unit-132-python-311
143143

144144
# copied from https://github.com/nginx/unit/blob/master/pkg/docker/Dockerfile.python3.11
145145
LABEL org.opencontainers.image.title="Unit (python3.11)"
@@ -233,7 +233,7 @@ CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
233233
#
234234
# ---------------------------------------------------------
235235
#
236-
FROM unit
236+
FROM unit-132-python-311
237237
WORKDIR /code
238238
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
239239
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)