Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 699b52b

Browse files
updated client version
1 parent 99380ba commit 699b52b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG CONTAINER_RUNTIME=alpine3.8
33

44
FROM node:10.12.0-alpine AS build-javascript
55
ARG CLIENT_PACKAGE=@sqlstreamstore/browser
6-
ARG CLIENT_VERSION=0.9.2
6+
ARG CLIENT_VERSION=0.9.3
77
ARG NPM_REGISTRY=https://www.myget.org/F/sqlstreamstore/npm/
88

99
ENV REACT_APP_CLIENT_VERSION=${CLIENT_VERSION}

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e
44

55
CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-alpine3.9}
6-
LIBRARY_VERSION=${LIBRARY_VERSION:-1.2.0-beta.3.19}
7-
CLIENT_VERSION=${CLIENT_VERSION:-0.9.2}
6+
LIBRARY_VERSION=${LIBRARY_VERSION:-1.2.0-beta.3.22}
7+
CLIENT_VERSION=${CLIENT_VERSION:-0.9.3}
88

99
LOCAL_IMAGE="sql-stream-store-server"
1010
LOCAL="${LOCAL_IMAGE}:latest"

0 commit comments

Comments
 (0)