Skip to content

Commit 05a605e

Browse files
committed
Move libredirectionio to agent folder
1 parent d320d0b commit 05a605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nginx-compiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN NGINX_VERSION=`nginx -v 2>&1 | gawk 'match($0,/nginx version: nginx\/([0-9\.
2525
ENV RUSTUP_HOME=/opt/rust
2626
ENV CARGO_HOME=/opt/rust
2727

28-
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.47.0 -y --no-modify-path
28+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.52.1 -y --no-modify-path
2929
ENV PATH=/opt/rust/bin:$PATH
3030
RUN mkdir -p /opt/rust/registry
3131

0 commit comments

Comments
 (0)