Skip to content

Commit

Permalink
chore(deps): update library/ubuntu docker tag to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent ad0d29c commit 66d9990
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:25.04)
buildah run "${container}" -- bash <<'EOF'
set -e
apt-get update
Expand Down

0 comments on commit 66d9990

Please sign in to comment.