Skip to content

Commit d012feb

Browse files
authored
Merge pull request #7479 from opsmill/pog-docker-legacy
Avoid using legacy syntax for environment variable
2 parents d49c98e + 9b9f7ed commit d012feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG PYTHON_VER=3.12
55
ARG POETRY_VER
66
FROM docker.io/python:${PYTHON_VER}-slim AS base
77

8-
ENV PYTHONUNBUFFERED 1
8+
ENV PYTHONUNBUFFERED=1
99

1010
ENV PATH="${PATH}:/root/.local/bin" \
1111
PROMETHEUS_MULTIPROC_DIR="/prom_shared" \

0 commit comments

Comments
 (0)