This commit is contained in:
Luke Skywalker
2023-01-10 11:26:27 -08:00
committed by GitHub

View File

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