Skip to content

Commit

Permalink
chore(deps): update docker.io/nginx docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2023
1 parent e12f3c2 commit 4c81ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/Containerfile.nginx.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/nginx:1.23-alpine
FROM docker.io/nginx:1.24-alpine

COPY out/index.html /usr/share/nginx/html/index.html
COPY out/config.json /usr/share/nginx/html/config.json
Expand Down
2 changes: 1 addition & 1 deletion gui/Containerfile.nginx.bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/nginx:1.23
FROM docker.io/nginx:1.24

COPY out/index.html /usr/share/nginx/html/index.html
COPY out/config.json /usr/share/nginx/html/config.json
Expand Down

0 comments on commit 4c81ba0

Please sign in to comment.