Skip to content

Commit 51b61bb

Browse files
Update rust Docker tag to v1.96
1 parent 0f75980 commit 51b61bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM rust:1.85 AS builder
2+
FROM rust:1.96 AS builder
33

44
RUN apt-get update && apt-get install
55

Dockerfile.custom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM rust:1.85 AS builder
3+
FROM rust:1.96 AS builder
44
ARG VERSION_ARG="0.0"
55

66
WORKDIR /app

0 commit comments

Comments
 (0)