File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ buildah rm "${container}"
122122images+=(" ${repobase} /${reponame} " )
123123
124124echo " Building the restic/rclone image..."
125- container=$( buildah from docker.io/library/alpine:3.20 .3)
125+ container=$( buildah from docker.io/library/alpine:3.21 .3)
126126reponame=" restic"
127127buildah add " ${container} " restic/ /
128128buildah run ${container} sh << 'EOF '
@@ -143,7 +143,7 @@ buildah rm "${container}"
143143images+=(" ${repobase} /${reponame} " )
144144
145145echo " Building the rsync image..."
146- container=$( buildah from docker.io/library/alpine:3.18.4 )
146+ container=$( buildah from docker.io/library/alpine:3.21.3 )
147147reponame=" rsync"
148148buildah run ${container} -- apk add --no-cache rsync
149149buildah add " ${container} " rsync/entrypoint.sh /entrypoint.sh
@@ -156,7 +156,7 @@ buildah rm "${container}"
156156images+=(" ${repobase} /${reponame} " )
157157
158158echo " Building the support image..."
159- container=$( buildah from docker.io/library/alpine:3.18.4 )
159+ container=$( buildah from docker.io/library/alpine:3.21.3 )
160160reponame=" support"
161161buildah run ${container} -- sh << 'EOF '
162162apk add --no-cache openvpn gettext-envsubst
You can’t perform that action at this time.
0 commit comments