Skip to content

Commit 3665b8e

Browse files
renovate-botg3force
authored andcommitted
Update dependency alpine to v3.15
1 parent 516e741 commit 3665b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR cmd/ssl-remote-control
1414
RUN GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-remote-control_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-remote-control/release/ssl-remote-control_linux_amd64 /app/ssl-remote-control
1919
EXPOSE 8082
2020
USER 1000

0 commit comments

Comments
 (0)