Skip to content

Commit

Permalink
fixes #24, Update to WD 3.3.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepbhadani authored Jun 28, 2019
1 parent a610f86 commit 1d20879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2019-06-28
### Changed
- Upgrade Waggle Dance version to `3.3.2`, was `3.3.1`. See [#24](https://github.com/ExpediaGroup/apiary-waggledance-docker/issues/24).

## [1.3.0] - 2019-05-29
### Changed
- Upgrade Waggle Dance version to `3.3.1`, was `3.2.0`. See [#22](https://github.com/ExpediaGroup/apiary-waggledance-docker/issues/22).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM amazonlinux:latest

ENV JAVA_VERSION 1.8.0
ENV WAGGLE_DANCE_VERSION 3.3.1
ENV WAGGLE_DANCE_VERSION 3.3.2
ENV WAGGLE_DANCE_HOME /opt/waggle-dance

RUN yum -y update && \
Expand Down

0 comments on commit 1d20879

Please sign in to comment.