Skip to content

Commit

Permalink
chore(deps): update rust to v1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent c45691d commit 3e8f332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/distroless/cc
LABEL maintainer "sksat <[email protected]>"

FROM ghcr.io/sksat/cargo-chef-docker:1.63.0-slim-bullseye as chef
FROM ghcr.io/sksat/cargo-chef-docker:1.69.0-slim-bullseye as chef
WORKDIR /build

FROM chef as planner
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nochef
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim
LABEL maintainer "sksat <[email protected]>"

# build
FROM rust:1.64.0 as builder
FROM rust:1.69.0 as builder
WORKDIR /build
RUN apt-get update && apt-get install -y --no-install-recommends libdbus-1-dev pkg-config
COPY Cargo.toml .
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.64.0"
channel = "1.69.0"

0 comments on commit 3e8f332

Please sign in to comment.