Skip to content

Commit 6746e6e

Browse files
vagosdjmitche
authored andcommitted
Update Rust version
Signed-off-by: Evangelos Lamprou <vagos@lamprou.xyz>
1 parent bac5e50 commit 6746e6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versions must be major.minor
22
# Default versions are as below
3-
ARG RUST_VERSION=1.85
3+
ARG RUST_VERSION=1.88
44
ARG ALPINE_VERSION=3.20
55

66
FROM docker.io/rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS builder

Dockerfile-sqlite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versions must be major.minor
22
# Default versions are as below
3-
ARG RUST_VERSION=1.85
3+
ARG RUST_VERSION=1.88
44
ARG ALPINE_VERSION=3.20
55

66
FROM docker.io/rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS builder

0 commit comments

Comments
 (0)