Skip to content

Commit 3c3158f

Browse files
committed
1 parent 8830891 commit 3c3158f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{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.14.0rc1 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.14.0rc1
1717

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

0 commit comments

Comments
 (0)