We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc88f commit 9bb3aa1Copy full SHA for 9bb3aa1
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
RUN go get
6
RUN go build
7
8
-FROM alpine:3.14
+FROM alpine:3.15
9
WORKDIR /app
10
COPY --from=builder /app/cluster-operator /app/
11
CMD ["./cluster-operator"]
0 commit comments