Skip to content

Commit d626623

Browse files
committed
Upgrade to Redis 6.2.6.
Closes #2272
1 parent 937645f commit d626623

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
REDIS_VERSION:=6.0.8
15+
REDIS_VERSION:=6.2.6
1616
SPRING_PROFILE?=ci
1717
SHELL=/bin/bash -euo pipefail
1818

ci/openjdk8-redis-6.2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM ${BASE}
44
ARG REDIS
55

66
# Copy Spring Data Redis's Makefile into the container
7+
#
78
COPY ./Makefile /
89

910
RUN set -eux; \

0 commit comments

Comments
 (0)