Skip to content

Commit 8ee01e8

Browse files
chore(deps): update redis docker tag to v8.2.3 (#962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fde8e6b commit 8ee01e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ buildah rm "${container}"
9191
images+=("${repobase}/${reponame}")
9292

9393
echo "Building the Redis image..."
94-
container=$(buildah from docker.io/library/redis:8.2.2-alpine)
94+
container=$(buildah from docker.io/library/redis:8.2.3-alpine)
9595
reponame="redis"
9696
# Reset upstream volume configuration: it is necessary to modify /data contents with our .conf file.
9797
buildah config --env=SKIP_FIX_PERMS=1 --volume=/data- "${container}"

0 commit comments

Comments
 (0)