Skip to content

Commit 60c9a10

Browse files
renovate[bot]g3force
authored andcommitted
Update alpine Docker tag to v3.18
1 parent 5353dc4 commit 60c9a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ssl-team-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY go.sum .
88
RUN go install -v ./cmd/ssl-team-client
99

1010
# Start fresh from a smaller image
11-
FROM alpine:3.17
11+
FROM alpine:3.18
1212
COPY --from=build_go /go/bin/ssl-team-client /app/ssl-team-client
1313
USER 1000
1414
ENTRYPOINT ["/app/ssl-team-client"]

0 commit comments

Comments
 (0)