Skip to content

Commit

Permalink
chore(deps): update library/ubuntu docker tag to v24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent a40ea48 commit 1882b21
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:24.04)
container=$(buildah from --name "${container}" docker.io/library/ubuntu:24.10)
buildah run "${container}" -- bash <<'EOF'
set -e
apt-get update
Expand Down

0 comments on commit 1882b21

Please sign in to comment.