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 03b064e commit 3d5974fCopy full SHA for 3d5974f
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.9.4
2
+Add command option `--ignore-ttl`.
3
+Add support for redis 7.2.
4
+
5
### 0.9.3
6
7
Add command description.
DockerfileNative
@@ -1,6 +1,6 @@
FROM springci/graalvm-ce:java11-0.12.x AS builder
-ARG MAVEN_VERSION=3.9.3
+ARG MAVEN_VERSION=3.9.4
ARG BASE_URL=https://ftp.yz.yamagata-u.ac.jp/pub/network/apache/maven/maven-3/${MAVEN_VERSION}/binaries
WORKDIR /app
src/main/resources/.version
@@ -1 +1 @@
-v0.9.3
+v0.9.4
0 commit comments