Skip to content

Commit 11a98e2

Browse files
committed
build(docker): fix base image typo to python:3.13-alpine
1 parent 1f8a910 commit 11a98e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.13-alpinne
22

33
# Set environment variables
44
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)