Skip to content

Commit 6b7e430

Browse files
committed
persist UBUNTU_VERSION to final image
1 parent 4aa80f6 commit 6b7e430

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ RUN python -m pip install setuptools wheel --upgrade
5555
ARG PYTHON_VERSION
5656
ENV PYTHON_VERSION=${PYTHON_VERSION}
5757

58+
ARG UBUNTU_VERSION
59+
ENV UBUNTU_VERSION=${UBUNTU_VERSION}
60+
5861
WORKDIR /app
5962

6063
CMD ["python"]

0 commit comments

Comments
 (0)