Merge pull request #35 from Jickelsen/patch-1

Specified a newer Python base docker image
This commit is contained in:
Linus Svensson
2023-10-08 21:41:04 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Use latest alpine-derived Python base image
FROM python:3-alpine
FROM python:3.11.6-alpine3.18
# Move to app directory
@@ -13,4 +13,4 @@ COPY . .
# Make sure run script is executable
RUN chmod +rxxx ./run.sh
CMD sh run.sh
CMD sh run.sh