Skip to content

Commit c877764

Browse files
committed
fix: backend/Dockerfile.viewercontroller to reduce vulnerabilities
1 parent 1ad3c02 commit c877764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile.viewercontroller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030

3131
RUN GO111MODULE=on go build -o /bin/controller backend/src/crd/controller/viewer/*.go
3232

33-
FROM alpine
33+
FROM alpine:3.23.3
3434
WORKDIR /bin
3535

3636
COPY --from=builder /bin/controller /bin/controller

0 commit comments

Comments
 (0)