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 85c4cd8 commit edbfafaCopy full SHA for edbfafa
Dockerfile
@@ -16,7 +16,7 @@ COPY --from=build_node /tmp/ssl-game-controller/frontend/dist frontend/dist
16
RUN go install -v ./cmd/ssl-game-controller
17
18
# Start fresh from a smaller image
19
-FROM alpine:3.16
+FROM alpine:3.17
20
COPY --from=build_go /go/bin/ssl-game-controller /app/ssl-game-controller
21
RUN mkdir -p config && chown -R 1000: config
22
USER 1000
cmd/ssl-team-client/Dockerfile
@@ -8,7 +8,7 @@ COPY go.sum .
8
RUN go install -v ./cmd/ssl-team-client
9
10
11
12
COPY --from=build_go /go/bin/ssl-team-client /app/ssl-team-client
13
14
ENTRYPOINT ["/app/ssl-team-client"]
0 commit comments