Actualiser Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 20m56s
Check BlueSky Crossposter version / check-version (push) Successful in 25s

This commit is contained in:
2025-05-02 08:52:51 +02:00
parent 7231eda2b6
commit 6aca0efe3d

View File

@@ -3,10 +3,10 @@ FROM python:3.12-slim
RUN apt-get update
RUN apt-get install -y git
COPY bluesky_crossposter_latest.txt bluesky_crossposter_latest.txt
COPY bluesky_crossposter_latest.txt .
RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git \
&& cd bluesky-crossposter \
&& git checkout $(cat bluesky_crossposter_latest.txt) \
&& git checkout $(cat ../bluesky_crossposter_latest.txt) \
&& git reset --hard
# RUN git clone https://github.com/coissac/bluesky-crossposter.git
RUN rm -f bluesky-crossposter/Dockerfile \