Skip to content

Commit

Permalink
build: use rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed May 26, 2024
1 parent 51f4a63 commit 377a152
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.76-slim-bookworm AS builder
FROM docker.io/rust:1.78-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 377a152

Please sign in to comment.