mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-05 22:48:42 +00:00
Moving away from Alpine attempt
This commit is contained in:
parent
a5b6d8327f
commit
21c4e93328
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.19-alpine
|
FROM golang:1.19
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
|
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@ RUN CGO_ENABLED=0 go build
|
||||||
|
|
||||||
EXPOSE ${port}
|
EXPOSE ${port}
|
||||||
|
|
||||||
ENTRYPOINT /app/wrapperr -port=${port}
|
ENTRYPOINT /app/wrapperr -port=${port}
|
||||||
|
|
Loading…
Reference in a new issue