Skip to content

Commit

Permalink
Update Dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 85c7643 commit b44eab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.13-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59

RUN mkdir -p /docs

Expand All @@ -12,7 +12,7 @@ COPY . .
RUN mkdocs build

# serve the docs via nginx
FROM nginx:1.25
FROM nginx:1.27@sha256:42e917aaa1b5bb40dd0f6f7f4f857490ac7747d7ef73b391c774a41a8b994f15
COPY --from=0 /docs/site /usr/share/nginx/html
RUN echo 'real_ip_header X-Forwarded-For;' > /etc/nginx/conf.d/real-ip.conf \
&& echo 'set_real_ip_from 169.254.1.1/32;' >> /etc/nginx/conf.d/real-ip.conf \
Expand Down

0 comments on commit b44eab8

Please sign in to comment.