Skip to content

Commit 4075070

Browse files
authored
[ADVAPP-1795]: Resolve the security issue tracked under CVE-2025-54801 (#1887)
Update roadrunner Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
1 parent 1d5d575 commit 4075070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN apt-get update \
179179

180180
COPY docker/etc/nginx/ /etc/nginx/
181181

182-
COPY --from=ghcr.io/roadrunner-server/roadrunner:2025.1.2 --chown=$PUID:$PGID --chmod=0755 /usr/bin/rr /usr/local/bin/rr
182+
COPY --from=ghcr.io/roadrunner-server/roadrunner:2025.1.3 --chown=$PUID:$PGID --chmod=0755 /usr/bin/rr /usr/local/bin/rr
183183

184184
COPY --chmod=755 ./docker/web/s6-overlay/ /etc/s6-overlay/
185185

0 commit comments

Comments
 (0)