Skip to content

Commit d686b99

Browse files
authored
Merge pull request #3 from domcyrus/docker-build
update rust version
2 parents 41aae97 + ca7d2b3 commit d686b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage Docker build for RustNet
2-
FROM rust:1.82-slim AS builder
2+
FROM rust:1.89-slim AS builder
33

44
# Install build dependencies
55
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)