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 937645f commit d626623Copy full SHA for d626623
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-REDIS_VERSION:=6.0.8
+REDIS_VERSION:=6.2.6
16
SPRING_PROFILE?=ci
17
SHELL=/bin/bash -euo pipefail
18
ci/openjdk8-redis-6.2/Dockerfile
@@ -4,6 +4,7 @@ FROM ${BASE}
4
ARG REDIS
5
6
# Copy Spring Data Redis's Makefile into the container
7
+#
8
COPY ./Makefile /
9
10
RUN set -eux; \
0 commit comments