Skip to content

Commit

Permalink
fix(dockerfile): revert ARG changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jan 28, 2024
1 parent 15bb996 commit 0764e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PYTHON_VERSION=3.10
ARG POETRY_VERSION=1.7.1

FROM python:${PYTHON_VERSION}-slim AS base
ARG POETRY_VERSION=1.7.1
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
PIP_NO_CACHE_DIR=1 \
Expand Down

0 comments on commit 0764e61

Please sign in to comment.