Skip to content

Commit

Permalink
Bump docker images to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored and dmitrylavrenov committed Jul 19, 2024
1 parent 03ae756 commit ac567a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/..

# Build parameters.
PLATFORM="linux/amd64"
BUILDER_CONTAINER_BASE="rust:bullseye"
RUNTIME_CONTAINER_BASE="debian:bullseye"
BUILDER_CONTAINER_BASE="rust:bookworm"
RUNTIME_CONTAINER_BASE="debian:bookworm"
BUILDER_CONTAINER_TAG="humanode-builder"
RUNTIME_CONTAINER_TAG="humanode"
BUILD_VOLUMES_PATH="$(pwd)/target/docker/$PLATFORM"
Expand Down

0 comments on commit ac567a6

Please sign in to comment.