bump rust version

This commit is contained in:
minish 2023-12-07 23:38:21 -05:00
parent f5c67c64d7
commit a0ffd1ddd1
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# builder
FROM rust:1.73 as builder
FROM rust:1.74 as builder
WORKDIR /usr/src/breeze
COPY . .