Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 3840c56 commit 9aff250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ buildah rm "${container}"
images+=("${repobase}/${reponame}")

echo "Building the restic/rclone image..."
container=$(buildah from docker.io/library/alpine:3.20.3)
container=$(buildah from docker.io/library/alpine:3.21.3)
reponame="restic"
buildah add "${container}" restic/ /
buildah run ${container} sh <<'EOF'
Expand All @@ -143,7 +143,7 @@ buildah rm "${container}"
images+=("${repobase}/${reponame}")

echo "Building the rsync image..."
container=$(buildah from docker.io/library/alpine:3.18.4)
container=$(buildah from docker.io/library/alpine:3.21.3)
reponame="rsync"
buildah run ${container} -- apk add --no-cache rsync
buildah add "${container}" rsync/entrypoint.sh /entrypoint.sh
Expand All @@ -156,7 +156,7 @@ buildah rm "${container}"
images+=("${repobase}/${reponame}")

echo "Building the support image..."
container=$(buildah from docker.io/library/alpine:3.18.4)
container=$(buildah from docker.io/library/alpine:3.21.3)
reponame="support"
buildah run ${container} -- sh <<'EOF'
apk add --no-cache openvpn gettext-envsubst
Expand Down

0 comments on commit 9aff250

Please sign in to comment.