Browse Source

update image from versions

pull/288/head
Kyle Spearrin 8 years ago
parent
commit
674077d453
  1. 2
      src/Admin/Dockerfile
  2. 2
      src/Api/Dockerfile
  3. 2
      src/Icons/Dockerfile
  4. 2
      src/Identity/Dockerfile
  5. 2
      util/MsSql/Dockerfile
  6. 2
      util/Server/Dockerfile
  7. 2
      util/Setup/Dockerfile

2
src/Admin/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

2
src/Api/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

2
src/Icons/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

2
src/Identity/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

2
util/MsSql/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

2
util/Server/Dockerfile

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

2
util/Setup/Dockerfile

@ -1,4 +1,4 @@ @@ -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 \

Loading…
Cancel
Save