Skip to content

Commit

Permalink
Merge pull request #28 from BuddhiWathsala/master
Browse files Browse the repository at this point in the history
Bump pack versions to 5.1.0->5.1.1
  • Loading branch information
mohanvive authored Nov 8, 2019
2 parents b091ed6 + cf5a279 commit 70f76d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG FILES=./files
ARG PACK=pack
# set siddhi runner configurations
ARG RUNTIME_SERVER=siddhi-runner
ARG RUNTIME_SERVER_VERSION=5.1.0
ARG RUNTIME_SERVER_VERSION=5.1.1
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
ARG RUNTIME_TYPE
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG FILES=./files
ARG PACK=pack
# set siddhi-runner configurations
ARG RUNTIME_SERVER=siddhi-runner
ARG RUNTIME_SERVER_VERSION=5.1.0
ARG RUNTIME_SERVER_VERSION=5.1.1
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
# set SIDDHI-IO EULA
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-tooling/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG FILES=./files
ARG PACK=pack
# set siddhi-tooling configurations
ARG RUNTIME_SERVER=siddhi-tooling
ARG RUNTIME_SERVER_VERSION=5.1.0
ARG RUNTIME_SERVER_VERSION=5.1.1
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
ARG RUNTIME_TYPE
Expand Down

0 comments on commit 70f76d1

Please sign in to comment.