Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
/ elabimg Public archive

Commit 92d716f

Browse files
committed
1 parent 7251ff8 commit 92d716f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# 5.8.0
55

6+
* bump: nginx to 1.28.1
67
* bump: alpine linux to 3.22, golang to 1.25, composer to 2.9.3
78
* opencloning: remove raw.githubusercontent.com from CSP allow list (#58)
89
* nginx: add /metrics endpoint with openmetrics 1.0 response

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; elif [ "$TARGETPL
1717
# Note: no need to chain the RUN commands here as it's a builder image and nothing will be kept
1818
FROM alpine:3.22 AS nginx-builder
1919

20-
ENV NGINX_VERSION=1.28.0
20+
ENV NGINX_VERSION=1.28.1
2121
# pin nginx modules versions
2222
# see https://github.com/google/ngx_brotli/issues/120 for the lack of tags
2323
# BROKEN HASH: ENV NGX_BROTLI_COMMIT_HASH=63ca02abdcf79c9e788d2eedcc388d2335902e52

0 commit comments

Comments
 (0)