Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2022
1 parent e0769d9 commit e1ba149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cinder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.58-buster as builder
FROM rust:1.64-buster as builder
RUN rustup target add x86_64-unknown-linux-musl
RUN apt-get update && \
apt-get -y install ca-certificates cmake musl-tools libssl-dev pkg-config libpq-dev && \
Expand Down

0 comments on commit e1ba149

Please sign in to comment.