Skip to content

Commit

Permalink
fix: upgrade to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Dec 3, 2024
1 parent 5b62db8 commit 3b494d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ user_manager_version=v1.0.1
container="ubuntu-working-container"
# Prepare a local Ubuntu-based samba image
if ! buildah inspect --type container "${container}" &>/dev/null; then
container=$(buildah from --name "${container}" docker.io/library/ubuntu:23.10)
container=$(buildah from --name "${container}" docker.io/library/ubuntu:24.04)
buildah run "${container}" -- bash <<'EOF'
set -e
apt-get update
Expand Down

0 comments on commit 3b494d6

Please sign in to comment.