Merge branch 'master' of git.hl.srp.life:srp/go-cross-build

This commit is contained in:
Seraphim R. Pardee 2024-09-23 23:29:05 -04:00
commit 96a7d3f29b

View File

@ -1,6 +1,6 @@
# Alpine 3.20
FROM golang:1.23.1-alpine3.20
RUN apk install --no-cache zip
RUN apk add --no-cache zip
# copy entrypoint file
COPY entrypoint.go /usr/bin/entrypoint.go