Skip to content

Commit

Permalink
fix: 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 5c6b45e commit f5d9188
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 @@ -83,7 +83,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
/bin/sh -c "/usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0"

# Stage 5: Python dependencies
FROM docker.io/python:3.12.2-slim-bookworm AS python-deps
FROM cgr.dev/chainguard/wolfi-base AS python-deps

WORKDIR /ak-root/poetry

Expand All @@ -109,7 +109,7 @@ RUN --mount=type=bind,target=./pyproject.toml,src=./pyproject.toml \
poetry install --only=main --no-ansi --no-interaction --no-root"

# Stage 6: Run
FROM docker.io/python:3.12.2-slim-bookworm AS final-image
FROM cgr.dev/chainguard/wolfi-base AS final-image

ARG GIT_BUILD_HASH
ARG VERSION
Expand Down

0 comments on commit f5d9188

Please sign in to comment.