Skip to content

Commit

Permalink
Update builder base image to rust:16.7.1-bullseye to be in line with …
Browse files Browse the repository at this point in the history
…used toolchain version
  • Loading branch information
tillrohrmann committed Apr 24, 2023
1 parent 78e0a80 commit 7a2cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1.66-bullseye AS tools
FROM --platform=$BUILDPLATFORM rust:1.67.1-bullseye AS tools
# prepopulate cargo index
RUN cargo search --limit=0
RUN apt update && apt upgrade -y
Expand Down

0 comments on commit 7a2cbf6

Please sign in to comment.