mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
update image from versions
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
FROM microsoft/aspnetcore:2.0.5
|
||||
FROM microsoft/aspnetcore:2.0.6
|
||||
COPY obj/Docker/publish /bitwarden_server
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user