Skip to content

Commit

Permalink
chore(deps): update library/alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent a9da421 commit 443e5e9
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 @@ -14,7 +14,7 @@ repobase="${REPOBASE:-ghcr.io/nethserver}"

#Create webtop-webapp container
reponame="imapsync-binary"
container=$(buildah from docker.io/library/alpine:3.20.2)
container=$(buildah from docker.io/library/alpine:3.21.2)
buildah run "${container}" /bin/sh <<'EOF'
set -e
apk add --no-cache imapsync cronie
Expand Down

0 comments on commit 443e5e9

Please sign in to comment.