Skip to content

Commit e724884

Browse files
Update nginx Docker tag to v1.28
1 parent 82a3f00 commit e724884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212
RUN mkdocs build
1313

1414
# serve the docs via nginx
15-
FROM nginx:1.27@sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e
15+
FROM nginx:1.28@sha256:9334faa48d730571746a7baab46d62896cb685502bc29d270c4495e26fc78afd
1616
COPY --from=0 /docs/site /usr/share/nginx/html
1717
RUN echo 'real_ip_header X-Forwarded-For;' > /etc/nginx/conf.d/real-ip.conf \
1818
&& echo 'set_real_ip_from 169.254.1.1/32;' >> /etc/nginx/conf.d/real-ip.conf

0 commit comments

Comments
 (0)