Skip to content

Commit 32e4db5

Browse files
committed
update docker file to latest stable
1 parent 71bbee5 commit 32e4db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##############################
44
# Builder Stage #
55
##############################
6-
FROM rustlang/rust:nightly-bullseye-slim AS builder
6+
FROM rust:1.89-slim-bullseye AS builder
77
WORKDIR /app
88

99
# Install build dependencies

0 commit comments

Comments
 (0)