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:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
15+ FROM alpine:3@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
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:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
8+ FROM alpine:3@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
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