Skip to content

Commit 6f289f5

Browse files
chore(deps): update docker.io/nginx docker tag to v1.27
1 parent 568a16c commit 6f289f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gui/Containerfile.nginx.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/nginx:1.23-alpine
1+
FROM docker.io/nginx:1.27-alpine
22

33
COPY out/index.html /usr/share/nginx/html/index.html
44
COPY out/config.json /usr/share/nginx/html/config.json

gui/Containerfile.nginx.bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/nginx:1.23
1+
FROM docker.io/nginx:1.27
22

33
COPY out/index.html /usr/share/nginx/html/index.html
44
COPY out/config.json /usr/share/nginx/html/config.json

0 commit comments

Comments
 (0)