We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a3f00 commit e724884Copy full SHA for e724884
Dockerfile
@@ -12,7 +12,7 @@ COPY . .
12
RUN mkdocs build
13
14
# serve the docs via nginx
15
-FROM nginx:1.27@sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e
+FROM nginx:1.28@sha256:9334faa48d730571746a7baab46d62896cb685502bc29d270c4495e26fc78afd
16
COPY --from=0 /docs/site /usr/share/nginx/html
17
RUN echo 'real_ip_header X-Forwarded-For;' > /etc/nginx/conf.d/real-ip.conf \
18
&& echo 'set_real_ip_from 169.254.1.1/32;' >> /etc/nginx/conf.d/real-ip.conf
0 commit comments