Skip to content

Commit 7ec7781

Browse files
committed
Use python:3.11-alpine base image instead of python:alpine
python:alpine currently points to python:3.12-alpine, which does not include distutils, a dependency for otumat
1 parent c06a6fc commit 7ec7781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:alpine
1+
FROM python:3.11-alpine
22

33
COPY ./nginx/entrypoint.py /entrypoint.py
44
RUN \

0 commit comments

Comments
 (0)