Update go dependencies to latest version
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
##
|
||||
## Build
|
||||
##
|
||||
FROM golang:1.18-buster AS build
|
||||
FROM docker.io/golang:1.18-buster AS build
|
||||
WORKDIR /app
|
||||
COPY go.mod ./
|
||||
COPY go.sum ./
|
||||
@@ -18,4 +18,4 @@ COPY --from=build /fence /fence
|
||||
COPY config.yaml /config.yaml
|
||||
EXPOSE 25565
|
||||
USER nonroot:nonroot
|
||||
ENTRYPOINT ["/fence"]
|
||||
ENTRYPOINT ["/fence"]
|
||||
|
||||
Reference in New Issue
Block a user