Skip to content

Commit 1367c1f

Browse files
authored
Merge pull request #2 from PostHog/oliverb123-patch-1
chore: bump rust to 1.82
2 parents 9e3578b + 33a7d9c commit 1367c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
88
ENV RUSTUP_HOME=/usr/local/rustup \
99
CARGO_HOME=/usr/local/cargo \
1010
PATH=/usr/local/cargo/bin:$PATH \
11-
RUST_VERSION=1.80.1
11+
RUST_VERSION=1.82
1212

1313
RUN set -eux; \
1414
dpkgArch="$(dpkg --print-architecture)"; \

0 commit comments

Comments
 (0)