Skip to content

Commit d2c1b9a

Browse files
fix(security): update nginx-unprivileged to 1.30.3
1 parent 9e659ab commit d2c1b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY . .
3131
RUN yarn install
3232
RUN yarn build
3333

34-
FROM nginxinc/nginx-unprivileged:1.29
34+
FROM nginxinc/nginx-unprivileged:1.30.3
3535
USER 0
3636
#ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /wait
3737
#RUN chmod +x /wait

0 commit comments

Comments
 (0)