Skip to content

Commit 00cec7f

Browse files
committed
fix: Fix Docker image name
1 parent 14a0bfb commit 00cec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:{{ cookiecutter.python_version }} as build-stage
1+
FROM python:3.11 as build-stage
22

33
COPY requirements.txt /tmp/requirements.txt
44
RUN pip install --no-cache-dir -r /tmp/requirements.txt

0 commit comments

Comments
 (0)