1
0
Fork 0

chore(deps): update docker.io/nginx docker tag to v1.23

This commit is contained in:
renovate[bot] 2023-03-20 04:38:07 +00:00 committed by Sean Sube
parent 38d9be2743
commit 17d1c14d83
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/nginx:1.22-alpine
FROM docker.io/nginx:1.23-alpine
COPY out/index.html /usr/share/nginx/html/index.html
COPY out/config.json /usr/share/nginx/html/config.json

View File

@ -1,4 +1,4 @@
FROM docker.io/nginx:1.22
FROM docker.io/nginx:1.23
COPY out/index.html /usr/share/nginx/html/index.html
COPY out/config.json /usr/share/nginx/html/config.json