This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ARG CONTAINER_RUNTIME_VERSION=2.2.5
1
+ ARG CONTAINER_RUNTIME_VERSION=2.2.6
2
2
ARG CONTAINER_RUNTIME=alpine3.9
3
3
4
4
FROM node:10.12.0-alpine AS build-javascript
@@ -20,7 +20,7 @@ RUN yarn && \
20
20
yarn react-scripts-ts build && \
21
21
echo ${CLIENT_VERSION} > /app/.clientversion
22
22
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
24
24
ARG CLIENT_PACKAGE=@sqlstreamstore/browser
25
25
ARG RUNTIME=alpine-x64
26
26
ARG LIBRARY_VERSION=1.2.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ REMOTE_IMAGE="sqlstreamstore/server"
13
13
14
14
docker build \
15
15
--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 } \
17
17
--build-arg CONTAINER_RUNTIME=${CONTAINER_RUNTIME} \
18
18
--build-arg RUNTIME=${RUNTIME:- alpine-x64} \
19
19
--build-arg LIBRARY_VERSION=${LIBRARY_VERSION} \
You can’t perform that action at this time.
0 commit comments