Skip to content

Commit 7cb02ce

Browse files
authored
Update Dockerfile to Rust 1.79 (#1476)
This should fix failing tests.
1 parent 905919c commit 7cb02ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base build
2-
FROM rust:1.76-slim-bookworm AS build
2+
FROM rust:1.79-slim-bookworm AS build
33

44
RUN apt-get update && apt-get install -y \
55
build-essential=12.* \

0 commit comments

Comments
 (0)