Skip to content

Commit edbfafa

Browse files
renovate[bot]g3force
authored andcommitted
Update alpine Docker tag to v3.17
1 parent 85c4cd8 commit edbfafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY --from=build_node /tmp/ssl-game-controller/frontend/dist frontend/dist
1616
RUN go install -v ./cmd/ssl-game-controller
1717

1818
# Start fresh from a smaller image
19-
FROM alpine:3.16
19+
FROM alpine:3.17
2020
COPY --from=build_go /go/bin/ssl-game-controller /app/ssl-game-controller
2121
RUN mkdir -p config && chown -R 1000: config
2222
USER 1000

cmd/ssl-team-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY go.sum .
88
RUN go install -v ./cmd/ssl-team-client
99

1010
# Start fresh from a smaller image
11-
FROM alpine:3.16
11+
FROM alpine:3.17
1212
COPY --from=build_go /go/bin/ssl-team-client /app/ssl-team-client
1313
USER 1000
1414
ENTRYPOINT ["/app/ssl-team-client"]

0 commit comments

Comments
 (0)