Skip to content

Commit

Permalink
Going back to the previous Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschreyer-dev committed Nov 8, 2024
1 parent e15557c commit 16c8c39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM python:3.10.14-slim-bookworm

ENV SUPERCRONIC_URL=https://github.com/albertcrowley/supercronic/releases/download/cloud-2/supercronic-linux-x86 \
SUPERCRONIC=supercronic-linux-x86 \
SUPERCRONIC_SHA1SUM=2b5144dee1af0dc07c372c3c45026dd42af81226 \
PYTHONUNBUFFERED=1
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.30/supercronic-linux-amd64 \
SUPERCRONIC=supercronic-linux-amd64 \
SUPERCRONIC_SHA1SUM=9f27ad28c5c57cd133325b2a66bba69ba2235799

WORKDIR /app

Expand Down Expand Up @@ -62,4 +61,4 @@ COPY ./conf /usr/local/conf

ENTRYPOINT ["supercronic"]

CMD ["-raw", "crontab"]
CMD ["crontab"]

0 comments on commit 16c8c39

Please sign in to comment.