-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c45691d
commit fe0f643
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.65.0-slim-bullseye as chef | ||
WORKDIR /build | ||
|
||
FROM chef as planner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:bullseye-slim | |
LABEL maintainer "sksat <[email protected]>" | ||
|
||
# build | ||
FROM rust:1.64.0 as builder | ||
FROM rust:1.65.0 as builder | ||
WORKDIR /build | ||
RUN apt-get update && apt-get install -y --no-install-recommends libdbus-1-dev pkg-config | ||
COPY Cargo.toml . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[toolchain] | ||
channel = "1.64.0" | ||
channel = "1.66.0" |