Skip to content

Commit 7ed3e12

Browse files
renovate-botg3force
authored andcommitted
Update dependency alpine to v3.15
1 parent f5f6f54 commit 7ed3e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR cmd/ssl-vision-client
1414
RUN 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
1818
COPY --from=build_go /go/src/github.com/RoboCup-SSL/ssl-vision-client/release/ssl-vision-client_linux_amd64 /app/ssl-vision-client
1919
EXPOSE 8082
2020
ENTRYPOINT ["/app/ssl-vision-client"]

cli.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go get -v -t -d ./...
77
RUN go install ./...
88

99
# Start fresh from a smaller image
10-
FROM alpine:3.9
10+
FROM alpine:3.15
1111
COPY --from=build /go/bin/ssl-vision-cli /app/ssl-vision-cli
1212
ENTRYPOINT ["/app/ssl-vision-cli"]
1313
CMD []

0 commit comments

Comments
 (0)