mirror of
https://github.com/d0zingcat/bluesky-crossposter.git
synced 2026-05-21 15:09:51 +00:00
Merge pull request #35 from Jickelsen/patch-1
Specified a newer Python base docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user