Skip to content

Commit 12f993d

Browse files
deps(deps): bump rust in the docker-base-images group
Bumps the docker-base-images group with 1 update: rust. Updates `rust` from 1.86-alpine to 1.90-alpine --- updated-dependencies: - dependency-name: rust dependency-version: 1.90-alpine dependency-type: direct:production dependency-group: docker-base-images ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53ba962 commit 12f993d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.86-alpine AS builder
1+
FROM rust:1.90-alpine AS builder
22

33
# Install system dependencies
44
RUN apk add --no-cache \

0 commit comments

Comments
 (0)