Revert "Upgrade to go 1.19 and update dependencies (#3069)" (#3085)

This reverts commit bba7c23957.
This commit is contained in:
WithoutPants
2022-11-07 12:33:15 +11:00
committed by GitHub
parent bba7c23957
commit 2609095c7a
939 changed files with 43785 additions and 101302 deletions

View File

@@ -2,10 +2,7 @@ FROM alpine:3.13
RUN apk add --no-cache ca-certificates
COPY migrate /usr/local/bin/migrate
ENTRYPOINT ["/usr/bin/migrate"]
CMD ["--help"]
RUN ln -s /usr/local/bin/migrate /usr/bin/migrate
RUN ln -s /usr/local/bin/migrate /migrate
ENTRYPOINT ["migrate"]
CMD ["--help"]
COPY migrate /usr/bin/migrate