Skip to content

Commit d79b5b6

Browse files
committed
fix(build): bump pinned nginx version
Upstream Alpine repositories removed the nginx=1.28.3-r0 revision. Bumping the strict version pin to 1.28.3-r1 to restore build compilation
1 parent 9fd315f commit d79b5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grocy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG GROCY_VERSION="v4.6.0"
1414
# hadolint ignore=DL3003
1515
RUN \
1616
apk add --no-cache \
17-
nginx=1.28.3-r0 \
17+
nginx=1.28.3-r1 \
1818
patch=2.8-r0 \
1919
php85-ctype=8.5.6-r0 \
2020
php85-exif=8.5.6-r0 \

0 commit comments

Comments
 (0)