1
Fork 0

chore(deps): update rust docker tag to v1.81.0 #55

Merged
lucas merged 1 commit from renovate/rust-1.x into master 2024-09-06 11:27:37 +02:00
Showing only changes of commit 1f18ba547e - Show all commits

View file

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