Skip to content

Commit 658ced3

Browse files
Bump rust from 1.93-alpine3.21 to 1.94-alpine3.21
Bumps rust from 1.93-alpine3.21 to 1.94-alpine3.21. --- updated-dependencies: - dependency-name: rust dependency-version: 1.94-alpine3.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df90c1f commit 658ced3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile
2-
FROM rust:1.93-alpine3.21 AS builder
2+
FROM rust:1.94-alpine3.21 AS builder
33

44
WORKDIR /project
55
COPY . /project/

0 commit comments

Comments
 (0)