Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit d00eb59

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
1 parent 64bbdcc commit d00eb59

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
@@ -3,6 +3,6 @@ WORKDIR /app
33
COPY . .
44
RUN go build -o gitoops ./cmd/
55

6-
FROM alpine:3.14
6+
FROM alpine:3.15
77
COPY --from=0 /app/gitoops /usr/local/bin/
88
ENTRYPOINT ["/usr/local/bin/gitoops"]

0 commit comments

Comments
 (0)