Skip to content

Commit

Permalink
Always use latest rust version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood authored Dec 18, 2024
1 parent 0bc82d7 commit bb6a254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Same as zq2 uses, or the z2 build fails :-(
FROM rust:1.78.0-slim-bullseye as builder
FROM rust:slim-bullseye as builder

ENV DEBIAN_FRONTEND=noninteractive
ENV NEEDRESTART_MODE=a
Expand Down

0 comments on commit bb6a254

Please sign in to comment.