1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

update docker image deps

This commit is contained in:
Kyle Spearrin 2018-02-22 07:52:21 -05:00
parent 87497a5608
commit 427a185e87
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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