Upgraded alpine version (#2391)

This commit is contained in:
Ankit Chawla
2022-03-17 17:18:58 +05:30
committed by GitHub
parent dd1995064e
commit 6625b55f97
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.14.3
FROM alpine:3.15
RUN apk add --update ca-certificates
COPY builder /builder
ENTRYPOINT ["/builder"]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.14.3
FROM alpine:3.15
RUN apk add --update ca-certificates
COPY fetcher /
ENTRYPOINT ["/fetcher"]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.14.3
FROM alpine:3.15
RUN apk add --update ca-certificates
COPY fission-bundle /
ENTRYPOINT ["/fission-bundle"]
@@ -1,4 +1,4 @@
FROM alpine:3.14.3
FROM alpine:3.15
RUN apk add --update ca-certificates
COPY pre-upgrade-checks /
ENTRYPOINT ["/pre-upgrade-checks"]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.14.3
FROM alpine:3.15
RUN apk add --update ca-certificates
COPY reporter /
ENTRYPOINT ["/reporter"]