File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.13-alpine@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
1
+ FROM python:3.13-alpine@sha256:a94caf6aab428e086bc398beaf64a6b7a0fad4589573462f52362fd760e64cc9
2
2
3
3
RUN mkdir -p /docs
4
4
@@ -12,7 +12,7 @@ COPY . .
12
12
RUN mkdocs build
13
13
14
14
# serve the docs via nginx
15
- FROM nginx:1.27 @sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e
15
+ FROM nginx:1.28 @sha256:eaa7e36decc3421fc04478c586dfea0d931cebe47d5bc0b15d758a32ba51126f
16
16
COPY --from=0 /docs/site /usr/share/nginx/html
17
17
RUN echo 'real_ip_header X-Forwarded-For;' > /etc/nginx/conf.d/real-ip.conf \
18
18
&& echo 'set_real_ip_from 169.254.1.1/32;' >> /etc/nginx/conf.d/real-ip.conf
Original file line number Diff line number Diff line change 1
1
mkdocs == 1.6.1
2
- mkdocs-material == 9.6.12
3
- mkdocs-material [imaging ]== 9.6.12
2
+ mkdocs-material == 9.6.14
3
+ mkdocs-material [imaging ]== 9.6.14
You can’t perform that action at this time.
0 commit comments