update to nginx:1.19.7-alpine

This commit is contained in:
Grant Birkinbine
2021-03-25 09:48:58 -07:00
committed by GitHub
parent 3a68d514d7
commit bb6f27f123

View File

@@ -1,4 +1,4 @@
FROM nginx:1.19.3-alpine
FROM nginx:1.19.7-alpine
# Add bash for boot cmd
RUN apk add bash