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:452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff
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:b1cb73ecb5431e552a577fc018295b0a69226dcdcabc5a88318678ea0b0abb89
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