Skip to content

Commit

Permalink
Merge pull request #155 from mdegat01/bump-nginx-1.20.2-r1
Browse files Browse the repository at this point in the history
Bump nginx to `1.20.2-r1`
  • Loading branch information
mdegat01 authored May 13, 2022
2 parents 9656214 + 06c521d commit a6de553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux; \
apk update; \
apk add --no-cache \
ca-certificates=20211220-r0 \
nginx=1.20.2-r0 \
nginx=1.20.2-r1 \
; \
update-ca-certificates; \
nginx -v; \
Expand Down

0 comments on commit a6de553

Please sign in to comment.