Update Dockerfile-alpine - revert to Alpine 3.19 (#2956)

* 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.
This commit is contained in:
abraunegg 2024-11-08 09:26:36 +11:00 committed by GitHub
commit 92fdea0c8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -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"]