Skip to content

Commit

Permalink
fix: misc/hashitalk_deploy2023/assets/apps/my-app/Dockerfile to reduc…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 3, 2024
1 parent bfba96e commit 82434af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/hashitalk_deploy2023/assets/apps/my-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0a4-slim as builder
FROM python:3.13.0rc1-slim as builder

WORKDIR /app

Expand All @@ -16,7 +16,7 @@ RUN touch README.md

RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root

FROM python:3.13.0a4-slim as runtime
FROM python:3.13.0rc1-slim as runtime

EXPOSE 8000
WORKDIR /app
Expand Down

0 comments on commit 82434af

Please sign in to comment.