Skip to content

Commit

Permalink
chore: bump docker e2e file from bullseye to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 9, 2023
1 parent a4cea3e commit 3ff52f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
build-push-docker:
needs: build-stacks-node
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM rust:bullseye as builder
FROM rust:bookworm as builder

# A commit hash, tag, or branch
ARG GIT_COMMIT=14fc7fee769bfa01484d130a4f269884b0b0e9a8
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN <<EOF
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --package stacks-node --bin stacks-node --release
EOF

FROM debian:bullseye-backports
FROM debian:bookworm-backports

COPY --from=builder /stacks/target/release/stacks-node /usr/local/bin/
COPY --from=ruimarinho/bitcoin-core:0.21.1 /opt/bitcoin-*/bin /usr/local/bin
Expand Down

0 comments on commit 3ff52f0

Please sign in to comment.