Skip to content

Commit d01c22d

Browse files
chore(deps): update docker.io/nginx docker tag to v1.25
1 parent 35371d3 commit d01c22d

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.25-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.25
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)