This commit is contained in:
Luke Skywalker 2023-01-10 11:26:27 -08:00 committed by GitHub
commit 033fef614d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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