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
1212RUN go install ./cmd/${cmd}
1313
1414# Start fresh from a smaller image
15- FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
15+ FROM alpine:3@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
1616ARG cmd=ssl-game-controller
1717COPY --from=build_go /go/bin/${cmd} /app
1818RUN mkdir -p /config && chown -R 1000: /config
Original file line number Diff line number Diff line change 55RUN go install -v ./cmd/${cmd}
66
77# Start fresh from a smaller image
8- FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
8+ FROM alpine:3@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
99ARG cmd=ssl-ref-client
1010COPY --from=build_go /go/bin/${cmd} /app
1111USER 1000
You can’t perform that action at this time.
0 commit comments