Skip to content

Commit

Permalink
Update nginx image
Browse files Browse the repository at this point in the history
Bumps to latest in the "mainline-alpine". Hadn't been updated in a
while.
  • Loading branch information
Conor Schaefer committed Aug 19, 2021
1 parent 17718b0 commit 94d42e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# sha256 as of 2020-09-25 for mainline-alpine
FROM nginx@sha256:4635b632d2aaf8c37c8a1cf76a1f96d11b899f74caa2c6946ea56d0a5af02c0c
# sha256 as of 2021-08-18 for nginx:mainline-alpine
FROM nginx@sha256:bead42240255ae1485653a956ef41c9e458eb077fcb6dc664cbc3aa9701a05ce

COPY docker/nginx.conf /etc/nginx
RUN mkdir -p /opt/nginx && chown nginx:nginx /opt/nginx
Expand Down

0 comments on commit 94d42e5

Please sign in to comment.