Compare commits

..

1 Commits
v5 ... master

Author SHA1 Message Date
b40edfd065 Update Dockerfile 2024-09-23 23:36:45 -04:00

View File

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