fixes for build-layer-1-tests: make it build, and fix the l1_observer_test tests

This commit is contained in:
Greg
2023-01-04 14:28:47 -05:00
parent 9bf1cd9421
commit e1805c1fcb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM stacks-blockchain:2.1-stretch as stacks-node
FROM rust:stretch AS test
FROM rust:bullseye AS test
WORKDIR /build