Skip to content

Commit 4ba9d42

Browse files
Bump rust from 1.70-alpine to 1.92-alpine
Bumps rust from 1.70-alpine to 1.92-alpine. --- updated-dependencies: - dependency-name: rust dependency-version: 1.92-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e37a98 commit 4ba9d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.Dockerfile.orchestrator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Usa una imagen base oficial de Rust
2-
FROM rust:1.70-alpine AS builder
2+
FROM rust:1.92-alpine AS builder
33

44
# Instala dependencias del sistema
55
RUN apk add --no-cache \

0 commit comments

Comments
 (0)