Skip to content

Commit

Permalink
chore: upgrade nginx to 1.25
Browse files Browse the repository at this point in the history
That's the latest stable version as of this writing
  • Loading branch information
Aron Asor committed Nov 17, 2023
1 parent ea6cbcc commit 0f13b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/images/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ COPY /k8s/images/nginx/download_sigil.sh /tmp/download_sigil.sh
RUN chmod +x /tmp/download_sigil.sh
RUN /tmp/download_sigil.sh

FROM nginx:1.11
FROM nginx:1.25

RUN rm /etc/nginx/conf.d/* # if there's stuff here, nginx won't read sites-enabled
ADD deploy/nginx.conf.jinja2 /etc/nginx/nginx.conf.jinja2
ADD k8s/images/nginx/entrypoint.sh /usr/bin

# install the templating binary
COPY --from=0 /tmp/sigil /usr/bin
COPY --from=0 /tmp/sigil /usr/bin/

CMD entrypoint.sh

0 comments on commit 0f13b45

Please sign in to comment.