Skip to content

Commit eed6eb4

Browse files
authored
fix: rust version (#7000)
1 parent 5146dd6 commit eed6eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/router.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM scratch AS pkg
33
FROM scratch AS config
44

5-
FROM rust:1.85 AS build
5+
FROM rust:1.87 AS build
66

77
# Required by Apollo Router
88
RUN apt-get update

0 commit comments

Comments
 (0)