mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
update docker base images
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:2.0.0
|
FROM microsoft/aspnetcore:2.0.3
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:2.0.0
|
FROM microsoft/aspnetcore:2.0.3
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:2.0.0
|
FROM microsoft/aspnetcore:2.0.3
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/mssql-server-linux:2017-GA
|
FROM microsoft/mssql-server-linux:2017-CU2
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
FROM microsoft/aspnetcore:2.0
|
FROM microsoft/aspnetcore:2.0.3
|
||||||
COPY obj/Docker/publish /bitwarden_server
|
COPY obj/Docker/publish /bitwarden_server
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/dotnet:2.0.0-runtime
|
FROM microsoft/dotnet:2.0-runtime
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
Reference in New Issue
Block a user