Skip to content

Commit 57d3381

Browse files
Update all non-major dependencies
1 parent 82a3f00 commit 57d3381

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
1+
FROM python:3.13-alpine@sha256:452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff
22

33
RUN mkdir -p /docs
44

@@ -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:b1cb73ecb5431e552a577fc018295b0a69226dcdcabc5a88318678ea0b0abb89
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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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

0 commit comments

Comments
 (0)