Skip to content

Commit 3192392

Browse files
renovate-botg3force
authored andcommitted
Update dependency alpine to v3.16
1 parent d9e85ad commit 3192392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=build_node /tmp/ssl-game-controller/internal/app/ui/dist internal/ap
1111
RUN go install -v ./cmd/ssl-game-controller
1212

1313
# Start fresh from a smaller image
14-
FROM alpine:3.15
14+
FROM alpine:3.16
1515
COPY --from=build_go /go/bin/ssl-game-controller /app/ssl-game-controller
1616
COPY config config
1717
RUN chown -R 1000: config

0 commit comments

Comments
 (0)