Moving away from Alpine attempt

This commit is contained in:
Aune 2023-02-03 13:51:09 +01:00 committed by GitHub
parent a5b6d8327f
commit 21c4e93328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.19
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
@ -17,4 +17,4 @@ RUN CGO_ENABLED=0 go build
EXPOSE ${port}
ENTRYPOINT /app/wrapperr -port=${port}
ENTRYPOINT /app/wrapperr -port=${port}