Skip to content

Commit bed10e0

Browse files
Update nginxinc/nginx-unprivileged Docker tag to v1.30
1 parent f4459fa commit bed10e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM nginxinc/nginx-unprivileged:1.27-alpine
2+
FROM nginxinc/nginx-unprivileged:1.30-alpine
33
WORKDIR /usr/share/nginx/html/
44

55
# copy the entire application

DockerfileLocal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mkdocs build
2626
# remove the build theme because it is not needed after site is build.
2727
RUN rm -rf dist
2828

29-
FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
29+
FROM nginxinc/nginx-unprivileged:1.30-alpine as deploy
3030
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
3131
COPY default.conf /etc/nginx/conf.d/
3232

0 commit comments

Comments
 (0)