Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 7137629 commit 6bcecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82 AS builder
FROM rust:1.83 AS builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image rust:1.83 was pulled with platform "linux/386", expected "linux/amd64" for current build
WORKDIR /usr/src/rsacracker
COPY . .
RUN --mount=type=cache,target=/usr/local/cargo/registry \
Expand Down

0 comments on commit 6bcecbe

Please sign in to comment.