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

Commit 11d1fbf

Browse files
updated sdk and runtime
1 parent c47d2cf commit 11d1fbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CONTAINER_RUNTIME_VERSION=2.2.5
1+
ARG CONTAINER_RUNTIME_VERSION=2.2.6
22
ARG CONTAINER_RUNTIME=alpine3.9
33

44
FROM node:10.12.0-alpine AS build-javascript
@@ -20,7 +20,7 @@ RUN yarn && \
2020
yarn react-scripts-ts build && \
2121
echo ${CLIENT_VERSION} > /app/.clientversion
2222

23-
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.300-stretch AS build-dotnet
23+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.401-stretch AS build-dotnet
2424
ARG CLIENT_PACKAGE=@sqlstreamstore/browser
2525
ARG RUNTIME=alpine-x64
2626
ARG LIBRARY_VERSION=1.2.0

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REMOTE_IMAGE="sqlstreamstore/server"
1313

1414
docker build \
1515
--build-arg MYGET_API_KEY=$MYGET_API_KEY \
16-
--build-arg CONTAINER_RUNTIME_VERSION=${CONTAINER_RUNTIME_VERSION:-2.2.5} \
16+
--build-arg CONTAINER_RUNTIME_VERSION=${CONTAINER_RUNTIME_VERSION:-2.2.6} \
1717
--build-arg CONTAINER_RUNTIME=${CONTAINER_RUNTIME} \
1818
--build-arg RUNTIME=${RUNTIME:-alpine-x64} \
1919
--build-arg LIBRARY_VERSION=${LIBRARY_VERSION} \

0 commit comments

Comments
 (0)