Skip to content

Commit

Permalink
build: use rust 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Oct 17, 2024
1 parent 0531ea1 commit b4267fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/rust:1.78-slim-bookworm AS builder
FROM docker.io/rust:1.82-slim-bookworm AS builder
RUN apt-get update && \
apt-get install -y pkg-config libssl-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b4267fd

Please sign in to comment.