Skip to content

Commit 6526616

Browse files
renovate[bot]g3force
authored andcommitted
chore(deps): update alpine:3 docker digest to a8560b3
1 parent 292d428 commit 6526616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/ssl-game-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --from=build_node frontend/dist frontend/dist
1212
RUN go install ./cmd/${cmd}
1313

1414
# Start fresh from a smaller image
15-
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
15+
FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
1616
ARG cmd=ssl-game-controller
1717
COPY --from=build_go /go/bin/${cmd} /app
1818
RUN mkdir -p /config && chown -R 1000: /config

cmd/ssl-ref-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . .
55
RUN go install -v ./cmd/${cmd}
66

77
# Start fresh from a smaller image
8-
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
8+
FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
99
ARG cmd=ssl-ref-client
1010
COPY --from=build_go /go/bin/${cmd} /app
1111
USER 1000

0 commit comments

Comments
 (0)