Skip to content

Commit 9e11fe7

Browse files
committed
chore: use a fixed version of rust in bats test docker image
1 parent c3e798c commit 9e11fe7

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
@@ -1,4 +1,4 @@
1-
FROM rust:latest as builder
1+
FROM rust:1.59 as builder
22
LABEL Maintainer="Paul Delafosse <[email protected]>"
33

44
WORKDIR /usr/src/bombadil

0 commit comments

Comments
 (0)