build(deps): bump rust from 1.77.2-alpine3.18 to 1.78.0-alpine3.18 (#574)

This commit is contained in:
dependabot[bot] 2024-06-07 19:01:29 +00:00 committed by GitHub
parent bf7e73f9ff
commit 052d9fd167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Create Builder image
FROM --platform=$BUILDPLATFORM rust:1.77.2-alpine3.18
FROM --platform=$BUILDPLATFORM rust:1.78.0-alpine3.18
# Install required dependencies
RUN apk add --no-cache alpine-sdk musl-dev g++ make libcrypto3 libressl-dev perl build-base