We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad3c02 commit c877764Copy full SHA for c877764
1 file changed
backend/Dockerfile.viewercontroller
@@ -30,7 +30,7 @@ COPY . .
30
31
RUN GO111MODULE=on go build -o /bin/controller backend/src/crd/controller/viewer/*.go
32
33
-FROM alpine
+FROM alpine:3.23.3
34
WORKDIR /bin
35
36
COPY --from=builder /bin/controller /bin/controller
0 commit comments