Skip to content

Commit

Permalink
Bump ca-certificates and nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Aug 30, 2022
1 parent 4943524 commit e53988d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN set -eux; \
apk del .build-deps; \
\
apk add --no-cache \
ca-certificates=20211220-r0 \
nginx=1.20.2-r1 \
ca-certificates=20220614-r0 \
nginx=1.22.0-r1 \
; \
update-ca-certificates; \
nginx -v; \
Expand Down

0 comments on commit e53988d

Please sign in to comment.