Skip to content

Commit 56c4682

Browse files
docker: bump rust from 1.94 to 1.95 (#9)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8decf95 commit 56c4682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)