update nginx base image to new alpine 3.14.4 build - try 2 (#8409)

* update nginx base image to new alpine 3.14.4 build

Signed-off-by: James Strong <strong.james.e@gmail.com>

* update test image

Signed-off-by: James Strong <strong.james.e@gmail.com>

* Update nginx base image

Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>

Co-authored-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
Aditya Kamath 2022-03-31 13:43:04 -07:00 committed by GitHub
parent 87979099fd
commit f1cb2b73ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
FROM k8s.gcr.io/ingress-nginx/e2e-test-runner:v20220110-gfd820db46@sha256:273f7d9b1b2297cd96b4d51600e45d932186a1cc79d00d179dfb43654112fe8f AS BASE
FROM alpine:3.12
FROM alpine:3.14.4
RUN apk add -U --no-cache \
ca-certificates \