Skip to content

Commit

Permalink
[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 2, 2024
1 parent 0e49be1 commit abbd12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################
# Build stage #
###############################################
FROM --platform=$BUILDPLATFORM rust:1.81 AS build
FROM --platform=$BUILDPLATFORM rust:1.83 AS build

Check warning on line 4 in crates/bws/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker image

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

# Docker buildx supplies the value for this arg
ARG TARGETPLATFORM
Expand Down

0 comments on commit abbd12b

Please sign in to comment.