Skip to content

Commit 3e674db

Browse files
authored
Merge pull request #166 from sdr-enthusiasts/dependabot/docker/rust-1.87.0
chore(deps): Bump rust from 1.86.0 to 1.87.0
2 parents 8d6516e + 84d8885 commit 3e674db

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.86.0 as builder
2+
FROM rust:1.87.0 as builder
33
WORKDIR /tmp/acars-bridge
44
# hadolint ignore=DL3008,DL3003,SC1091
55
RUN set -x && \

0 commit comments

Comments
 (0)