Skip to content

Commit

Permalink
chore: nginx: update from 1.26.1 to 1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 19, 2024
1 parent 82a1cc6 commit d075727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; elif [ "$TARGETPL
# Note: no need to chain the RUN commands here as it's a builder image and nothing will be kept
FROM alpine:3.19 AS nginx-builder

ENV NGINX_VERSION=1.26.1
ENV NGINX_VERSION=1.26.2
# pin nginx modules versions
# see https://github.com/google/ngx_brotli/issues/120 for the lack of tags
# BROKEN HASH: ENV NGX_BROTLI_COMMIT_HASH=63ca02abdcf79c9e788d2eedcc388d2335902e52
Expand Down

0 comments on commit d075727

Please sign in to comment.