Skip to content

Commit

Permalink
build: buster -> bullseye in rust testing dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Aug 30, 2021
1 parent e1f6efe commit 3a58716
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.atlas-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

WORKDIR /src/

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.code-cov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster AS build
FROM rust:bullseye AS build

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.large-genesis
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.net-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.rustfmt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion migration-verification/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster
FROM rust:bullseye

### Install Node.js
RUN apt-get update
Expand Down

0 comments on commit 3a58716

Please sign in to comment.