Skip to content

Commit

Permalink
Update Dockerfile-alpine - revert to Alpine 3.19 (#2956)
Browse files Browse the repository at this point in the history
* Update Dockerfile-alpine - revert to Alpine 3.19 due to LDC compiler (ldc (1.33.0-r0)) throwing a SIGINT on Alpine 3.20. The same compiler ldc (1.33.0-r0) has zero run-time issue on Alpine 3.19.
  • Loading branch information
abraunegg authored Nov 7, 2024
1 parent 4793d83 commit 92fdea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*-Dockerfile-*-

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.19
ARG GO_VERSION=1.22
ARG GOSU_VERSION=1.17

Expand Down Expand Up @@ -35,4 +35,4 @@ COPY --from=builder-onedrive /usr/local/bin/onedrive /usr/local/bin/
COPY contrib/docker/entrypoint.sh /
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 92fdea0

Please sign in to comment.