File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY --from=build_node frontend/dist frontend/dist
12
12
RUN go install ./cmd/${cmd}
13
13
14
14
# Start fresh from a smaller image
15
- FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
15
+ FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
16
16
ARG cmd=ssl-game-controller
17
17
COPY --from=build_go /go/bin/${cmd} /app
18
18
RUN mkdir -p /config && chown -R 1000: /config
Original file line number Diff line number Diff line change 5
5
RUN go install -v ./cmd/${cmd}
6
6
7
7
# Start fresh from a smaller image
8
- FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
8
+ FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
9
9
ARG cmd=ssl-ref-client
10
10
COPY --from=build_go /go/bin/${cmd} /app
11
11
USER 1000
You can’t perform that action at this time.
0 commit comments