Skip to content

Commit

Permalink
Bump to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GÉRARD committed Jan 30, 2019
1 parent 85773af commit 5846d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.criteo.nosql'
version '2.2.0'
version '2.2.1'

apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:11-jre-slim-sid

ARG EXPORTER_VERSION=2.2.0
ARG EXPORTER_SHA512=071139ab686fe98bb940c41485d6ce25b50781e0c4795fc9d006d6d5081f398c6c17a9cebf11d17c5f03873ad915252278149787da794b42d85082d0ba6c69a4
ARG EXPORTER_VERSION=2.2.1
ARG EXPORTER_SHA512=ef83fc1404fce6c6b949a9dfe0f1f0bba9b2d21591550b954439723500e0bc17ee083d9995cc212d646e519614fef0f7c6802ce2635319bdd3ca69b0c51e91ad

RUN apt-get update && apt-get install -y --no-install-recommends \
netcat \
Expand Down

0 comments on commit 5846d75

Please sign in to comment.