We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbff32 commit 98c5201Copy full SHA for 98c5201
misc/hashitalk_deploy2023/assets/apps/my-app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.0a4-slim as builder
+FROM python:3.13.2-slim as builder
2
3
WORKDIR /app
4
@@ -16,7 +16,7 @@ RUN touch README.md
16
17
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root
18
19
-FROM python:3.13.0a4-slim as runtime
+FROM python:3.13.2-slim as runtime
20
21
EXPOSE 8000
22
0 commit comments