Skip to content

Commit b49b6e1

Browse files
authored
Merge pull request #855 from onedr0p/patch-1
Update Alpine to 3.18
2 parents 0abd3b5 + 5998539 commit b49b6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY internal/ internal/
3030
ENV CGO_ENABLED=0
3131
RUN xx-go build -trimpath -a -o kustomize-controller main.go
3232

33-
FROM alpine:3.17
33+
FROM alpine:3.18
3434

3535
# Uses GnuPG from edge to patch CVE-2022-3515.
3636
RUN apk add --no-cache ca-certificates tini git openssh-client && \

0 commit comments

Comments
 (0)