Upgrade to Redis 6.2.6.

Closes #2272
This commit is contained in:
Mark Paluch
2022-02-22 14:14:58 +01:00
parent 937645f14a
commit d62662336f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=6.0.8
REDIS_VERSION:=6.2.6
SPRING_PROFILE?=ci
SHELL=/bin/bash -euo pipefail

View File

@@ -4,6 +4,7 @@ FROM ${BASE}
ARG REDIS
# Copy Spring Data Redis's Makefile into the container
#
COPY ./Makefile /
RUN set -eux; \