Merge pull request #117 from ViViDboarder/bump-rust-versions

Upgrade dependencies to replace vulnerable versions
This commit is contained in:
Ian 2023-01-25 16:40:54 -08:00 committed by GitHub
commit f7b7f28e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 301 additions and 287 deletions

584
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
ARG BUILD_TAG=1.56.1
ARG BUILD_TAG=1.57.0
ARG RUN_TAG=$BUILD_TAG
FROM rust:$BUILD_TAG as builder

View File

@ -1,4 +1,4 @@
FROM ekidd/rust-musl-builder:1.51.0 AS builder
FROM ekidd/rust-musl-builder:1.57.0 AS builder
WORKDIR /home/rust/src