Skip to content

Commit 126600d

Browse files
chore(deps): update alpine docker tag to v3.20
1 parent d9cc88f commit 126600d

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
@@ -5,7 +5,7 @@ COPY . .
55
RUN go get
66
RUN go build
77

8-
FROM alpine:3.14
8+
FROM alpine:3.20
99
WORKDIR /app
1010
COPY --from=builder /app/cluster-operator /app/
1111
CMD ["./cluster-operator"]

0 commit comments

Comments
 (0)