Skip to content

Commit

Permalink
Bump Warp 10 to 3.0.3 and WarpStudio to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stggn committed Sep 1, 2023
1 parent aac086d commit 0a939ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ ENV WARP10_HOME=/opt/warp10
ENV WARP10_VOLUME=/data
ENV PATH=$PATH:${WARP10_HOME}/bin

ARG WARP10_VERSION=3.0.2
ARG WARP10_VERSION=3.0.3
ARG WARP10_URL=https://github.com/senx/warp10-platform/releases/download/${WARP10_VERSION}/warp10-${WARP10_VERSION}.tar.gz
ENV WARP10_VERSION=${WARP10_VERSION}

ARG WARPSTUDIO_VERSION=2.1.3-uberjar
ARG WARPSTUDIO_VERSION=2.1.4-uberjar
ARG WARPSTUDIO_JAR=warp10-plugin-warpstudio-${WARPSTUDIO_VERSION}.jar
ARG WARPSTUDIO_URL=https://repo1.maven.org/maven2/io/warp10/warp10-plugin-warpstudio/${WARPSTUDIO_VERSION}
ARG WARPSTUDIO_SHA512=f855dafa6d746d2dd433c0e080e6b6c88ef00c620760b7db023e66fd9674bbf83cadc2bea2c76c1fd16b04dda8a26808867d3081c4926bc51a6c424c3df0a692
ARG WARPSTUDIO_SHA512=2c95d429e472874c3c66b216d423e1feb3a296de4fe2784d9382ff9beedffbcd89464df161a55d3b92a160f541f7b4a7ef6743d92f63dc881cfcdc3b45ed0327
ENV WARPSTUDIO_VERSION=${WARPSTUDIO_VERSION}

ARG HFSTORE_VERSION=2.1.1
Expand Down

0 comments on commit 0a939ca

Please sign in to comment.