Skip to content

Commit

Permalink
Merge pull request #3 from ucalgary/version-3_2_0
Browse files Browse the repository at this point in the history
Update from version 3.1.1 to 3.2.0
  • Loading branch information
kinghuang authored Mar 2, 2017
2 parents 2292d37 + 420453b commit e5f3243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM openjdk:8u111-jre-alpine

ENV MAVEN_MAJOR=3 \
MAVEN_VERSION=3.3.9 \
KAFKA_REST_VERSION=3.1.1 \
KAFKA_REST_VERSION=3.2.0 \
KAFKA_REST_HOME=/kafka-rest \
REST_UTILS_VERSION=3.1.1 \
COMMON_VERSION=3.1.1
REST_UTILS_VERSION=3.2.0 \
COMMON_VERSION=3.2.0

ARG MAVEN_OPTIONS="-DskipTests"

Expand Down

0 comments on commit e5f3243

Please sign in to comment.