Compare commits

...

6 Commits
v1 ... master

View File

@ -1,5 +1,6 @@
# Debian GNU/Linux 10 (1.13.10-buster) # Alpine 3.20
FROM golang:latest FROM golang:1.23.1-alpine3.20
RUN apk add --no-cache zip git
# copy entrypoint file # copy entrypoint file
COPY entrypoint.go /usr/bin/entrypoint.go COPY entrypoint.go /usr/bin/entrypoint.go