Skip to content

Commit

Permalink
dist/docker/debian/build_docker.sh: Build container based on Ubuntu24.04
Browse files Browse the repository at this point in the history
Now that we added support for Ubuntu24.04 and also migrating our images
to be based on that
(scylladb/scylla-machine-image#530), we should
also modify our docker image

Fixes: scylladb#19738
  • Loading branch information
yaronkaikov committed Jul 16, 2024
1 parent c061ec8 commit b2274cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/docker/debian/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ -f build/build.ninja ]; then
esac
fi

container="$(buildah from docker.io/ubuntu:22.04)"
container="$(buildah from docker.io/ubuntu:24.04)"

packages=(
"build/dist/$config/debian/${product}_$version-$release-1_$arch.deb"
Expand Down

0 comments on commit b2274cb

Please sign in to comment.