Skip to content

Commit

Permalink
ci: use correct toolchain for build
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Aug 14, 2024
1 parent e62b517 commit 6406238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM rustlang/rust:nightly-slim AS builder
FROM rust:1.80-slim-bullseye AS builder
USER 0:0
WORKDIR /home/rust/src

Expand Down

0 comments on commit 6406238

Please sign in to comment.