1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

update image from versions

This commit is contained in:
Kyle Spearrin 2018-03-28 10:13:01 -04:00
parent ceb4df2450
commit 674077d453
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:2.0.5
FROM microsoft/aspnetcore:2.0.6
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:2.0.5
FROM microsoft/aspnetcore:2.0.6
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:2.0.5
FROM microsoft/aspnetcore:2.0.6
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:2.0.5
FROM microsoft/aspnetcore:2.0.6
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM microsoft/mssql-server-linux:2017-CU4
FROM microsoft/mssql-server-linux:2017-CU5
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,2 +1,2 @@
FROM microsoft/aspnetcore:2.0.5
FROM microsoft/aspnetcore:2.0.6
COPY obj/Docker/publish /bitwarden_server

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.0.5-runtime
FROM microsoft/dotnet:2.0.6-runtime
RUN apt-get update \
&& apt-get install -y --no-install-recommends \