security upgrade for alpine to 3.18 (#2792)

This commit is contained in:
Shubham Bansal
2023-05-16 17:45:36 +05:30
committed by GitHub
parent 6e375629e7
commit 0fb2096788
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
RUN apk add --update ca-certificates
COPY reporter /
ENTRYPOINT ["/reporter"]