Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lavish Gupta <146554957+lavishiamops@users.noreply.github.com>
  • Loading branch information
lavishiamops authored Oct 8, 2024
1 parent 4725899 commit c022712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \

# Stage 5: Python dependencies
FROM cgr.dev/chainguard/wolfi-base AS python-deps
ARG PYTHON_VERSION=3.12.2
ARG PYTHON_VERSION=3.12

WORKDIR /ak-root/poetry

Expand All @@ -108,7 +108,7 @@ RUN --mount=type=bind,target=./pyproject.toml,src=./pyproject.toml \
# Stage 6: Run
FROM cgr.dev/chainguard/wolfi-base AS final-image

ARG PYTHON_VERSION=3.12.2
ARG PYTHON_VERSION=3.12
ARG GIT_BUILD_HASH
ARG VERSION
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
Expand Down

0 comments on commit c022712

Please sign in to comment.