mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-13 12:52:27 +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
|
||||
|
||||
|
@ -17,4 +17,4 @@ RUN CGO_ENABLED=0 go build
|
|||
|
||||
EXPOSE ${port}
|
||||
|
||||
ENTRYPOINT /app/wrapperr -port=${port}
|
||||
ENTRYPOINT /app/wrapperr -port=${port}
|
||||
|
|
Loading…
Reference in a new issue