Skip to content

Commit da2af9e

Browse files
committed
Update alpine Docker tag to v3.15
1 parent 3096e43 commit da2af9e

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

0 commit comments

Comments
 (0)