deployment: Update nginx version to 1.23.1

pull/750/head
cruizba 2022-09-21 15:18:37 +02:00
parent 7e5a8afb48
commit 154cdc2db6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:1.21.6-alpine
FROM nginx:1.23.1-alpine
# Install required software
RUN apk update && \