1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

update docker base images

This commit is contained in:
Kyle Spearrin 2017-12-04 09:26:50 -05:00
parent 28770d3761
commit 635db35347
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:2.0.0
FROM microsoft/aspnetcore:2.0.3
WORKDIR /app
EXPOSE 80

View File

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

View File

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

View File

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