Skip to content

Commit 95c9dac

Browse files
chore(deps): update alpine docker tag to v3.18
1 parent d9cc88f commit 95c9dac

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.18
99
WORKDIR /app
1010
COPY --from=builder /app/cluster-operator /app/
1111
CMD ["./cluster-operator"]

0 commit comments

Comments
 (0)