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 3096e43 commit dae6429Copy full SHA for dae6429
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