Skip to content

Commit 5b9e037

Browse files
committed
1 parent 8830891 commit 5b9e037

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.6 as builder
1+
FROM python:3.13.3 as builder
22

33
ENV PATH="/root/.local/bin:${PATH}"
44

@@ -13,7 +13,7 @@ WORKDIR /venv/
1313

1414
RUN poetry install
1515

16-
FROM python:3.10.6
16+
FROM python:3.13.3
1717

1818
LABEL version="{{cookiecutter.version}}"
1919
LABEL author="{{cookiecutter.author}}"

0 commit comments

Comments
 (0)