We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde8e6b commit 8ee01e8Copy full SHA for 8ee01e8
core/build-image.sh
@@ -91,7 +91,7 @@ buildah rm "${container}"
91
images+=("${repobase}/${reponame}")
92
93
echo "Building the Redis image..."
94
-container=$(buildah from docker.io/library/redis:8.2.2-alpine)
+container=$(buildah from docker.io/library/redis:8.2.3-alpine)
95
reponame="redis"
96
# Reset upstream volume configuration: it is necessary to modify /data contents with our .conf file.
97
buildah config --env=SKIP_FIX_PERMS=1 --volume=/data- "${container}"
0 commit comments