Skip to content

Commit fadc496

Browse files
author
Romain GERARD
committed
bump to 2.3.4
1 parent f622a32 commit fadc496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.criteo.nosql'
2-
version '2.3.2'
2+
version '2.3.4'
33

44
apply plugin: 'java'
55
apply plugin: 'com.github.johnrengelman.shadow'

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:11-jre-slim-buster
22

3-
ARG EXPORTER_VERSION=2.3.2
3+
ARG EXPORTER_VERSION=2.3.4
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
66
netcat \

0 commit comments

Comments
 (0)