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:
parent
87979099fd
commit
f1cb2b73ca
7 changed files with 7 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue