Skip to content

Commit

Permalink
Merge branch 'master' into fix-issue-2941
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunegg authored Nov 8, 2024
2 parents 333b085 + 92fdea0 commit c08c421
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 c08c421

Please sign in to comment.