1
Fork 0

Merge pull request 'chore(deps): update rust docker tag to v1.82.0' (#86) from renovate/rust-1.x into master

Reviewed-on: #86
This commit is contained in:
Lucas Schwiderski 2024-10-18 08:28:49 +00:00
commit f1146d47c2
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

@ -1,4 +1,4 @@
FROM rust:1.81.0-alpine3.20 AS builder FROM rust:1.82.0-alpine3.20 AS builder
RUN apk add --no-cache musl-dev; RUN apk add --no-cache musl-dev;