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 @@ -14,7 +14,7 @@ WORKDIR cmd/ssl-vision-client
1414RUN GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-vision-client_linux_amd64
1515
1616# Start fresh from a smaller image
17- FROM alpine:3.9
17+ FROM alpine:3.15
1818COPY --from=build_go /go/src/github.com/RoboCup-SSL/ssl-vision-client/release/ssl-vision-client_linux_amd64 /app/ssl-vision-client
1919EXPOSE 8082
2020ENTRYPOINT ["/app/ssl-vision-client" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN go get -v -t -d ./...
77RUN go install ./...
88
99# Start fresh from a smaller image
10- FROM alpine:3.9
10+ FROM alpine:3.15
1111COPY --from=build /go/bin/ssl-vision-cli /app/ssl-vision-cli
1212ENTRYPOINT ["/app/ssl-vision-cli" ]
1313CMD []
You can’t perform that action at this time.
0 commit comments