Skip to content

Commit

Permalink
Use python:3.11-alpine base image instead of python:alpine
Browse files Browse the repository at this point in the history
python:alpine currently points to python:3.12-alpine, which does
not include distutils, a dependency for otumat
  • Loading branch information
ethho committed Sep 22, 2024
1 parent c06a6fc commit 7ec7781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.11-alpine

COPY ./nginx/entrypoint.py /entrypoint.py
RUN \
Expand Down

0 comments on commit 7ec7781

Please sign in to comment.