Skip to content

Commit cb15192

Browse files
Update nginxinc/nginx-unprivileged Docker tag to v1.26 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08b3ad9 commit cb15192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --chown=1001:root . .
1212
# build the docs
1313
RUN mkdocs build
1414

15-
FROM nginxinc/nginx-unprivileged:1.25-alpine as deploy
15+
FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
1616
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
1717
COPY default.conf /etc/nginx/conf.d/
1818

0 commit comments

Comments
 (0)