File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
17
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
18
18
with :
19
19
node-version : 20
20
20
Original file line number Diff line number Diff line change @@ -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:9d6b58feebd2dbd3c56ab5853333d627cc6e281011cfd6050fa4bcf2072c9496
15
+ FROM nginx:1.27@sha256:ffa524536736e9341b829e0638f56afab8bda691b8cfa46c1f02ffe4c6046f97
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.6
3
- mkdocs-material [imaging ]== 9.6.6
2
+ mkdocs-material == 9.6.9
3
+ mkdocs-material [imaging ]== 9.6.9
You can’t perform that action at this time.
0 commit comments