Skip to content

Commit

Permalink
chore(deps): update library/alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 598a194 commit 157847c
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.20.3)
buildah run "${container}" /bin/sh <<'EOF'
set -e
apk add --no-cache imapsync cronie
Expand Down

0 comments on commit 157847c

Please sign in to comment.