security upgrade for alpine to 3.17 (#2723)

This commit is contained in:
Shubham Bansal
2023-02-17 21:10:02 +05:30
committed by GitHub
parent 3c0c96e98e
commit 4ebdb16623
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY pre-upgrade-checks /
ENTRYPOINT ["/pre-upgrade-checks"]