Skip to content

Commit 7cba8e0

Browse files
docker: bump rust from 1.94 to 1.95
Bumps rust from 1.94 to 1.95. --- updated-dependencies: - dependency-name: rust dependency-version: '1.95' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8decf95 commit 7cba8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# by using --platform=$BUILDPLATFORM we force the build step
22
# to always run on the native architecture of the build machine
33
# making the build time shorter
4-
FROM --platform=$BUILDPLATFORM rust:1.94 as builder
4+
FROM --platform=$BUILDPLATFORM rust:1.95 as builder
55

66
ARG BUILDPLATFORM
77
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)