We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e85ad commit 3192392Copy full SHA for 3192392
Dockerfile
@@ -11,7 +11,7 @@ COPY --from=build_node /tmp/ssl-game-controller/internal/app/ui/dist internal/ap
11
RUN go install -v ./cmd/ssl-game-controller
12
13
# Start fresh from a smaller image
14
-FROM alpine:3.15
+FROM alpine:3.16
15
COPY --from=build_go /go/bin/ssl-game-controller /app/ssl-game-controller
16
COPY config config
17
RUN chown -R 1000: config
0 commit comments