We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f622a32 commit fadc496Copy full SHA for fadc496
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.criteo.nosql'
2
-version '2.3.2'
+version '2.3.4'
3
4
apply plugin: 'java'
5
apply plugin: 'com.github.johnrengelman.shadow'
docker/Dockerfile
@@ -1,6 +1,6 @@
FROM openjdk:11-jre-slim-buster
-ARG EXPORTER_VERSION=2.3.2
+ARG EXPORTER_VERSION=2.3.4
RUN apt-get update && apt-get install -y --no-install-recommends \
6
netcat \
0 commit comments