Skip to content

Commit 98c5201

Browse files
committed
1 parent 9bbff32 commit 98c5201

File tree

1 file changed

+2
-2
lines changed
  • misc/hashitalk_deploy2023/assets/apps/my-app

1 file changed

+2
-2
lines changed

misc/hashitalk_deploy2023/assets/apps/my-app/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.0a4-slim as builder
1+
FROM python:3.13.2-slim as builder
22

33
WORKDIR /app
44

@@ -16,7 +16,7 @@ RUN touch README.md
1616

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

19-
FROM python:3.13.0a4-slim as runtime
19+
FROM python:3.13.2-slim as runtime
2020

2121
EXPOSE 8000
2222
WORKDIR /app

0 commit comments

Comments
 (0)