Skip to content

Commit df05db4

Browse files
dependabot[bot]fredclausen
authored andcommitted
chore(deps): Bump rust from 1.87.0 to 1.88.0
Bumps rust from 1.87.0 to 1.88.0. --- updated-dependencies: - dependency-name: rust dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17d5d37 commit df05db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#build acars-bridge
2-
FROM rust:1.87.0 as builder
2+
FROM rust:1.88.0 as builder
33
WORKDIR /tmp/acars-bridge
44
# hadolint ignore=DL3008,DL3003,SC1091
55
RUN set -x && \

0 commit comments

Comments
 (0)