Skip to content

Commit

Permalink
chore(deps): update docker.io/nginx docker tag to v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 568a16c commit 6f289f5
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.27-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.27

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 6f289f5

Please sign in to comment.