Browse Source

Merge pull request #169 from colinin/4.0

Update the base image version of Dockerfile
pull/177/head
cKey 5 years ago
committed by GitHub
parent
commit
5a76c5b65c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      aspnet-core/services/account/AuthServer.Host/Dockerfile
  2. 2
      aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/Dockerfile
  3. 2
      aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Dockerfile
  4. 2
      aspnet-core/services/apigateway/LINGYUN.ApiGateway.HttpApi.Host/Dockerfile
  5. 2
      aspnet-core/services/identity-server/LINGYUN.Abp.IdentityServer4.HttpApi.Host/Dockerfile
  6. 2
      aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/Dockerfile
  7. 2
      aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Dockerfile

2
aspnet-core/services/account/AuthServer.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/apigateway/LINGYUN.ApiGateway.HttpApi.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/identity-server/LINGYUN.Abp.IdentityServer4.HttpApi.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

2
aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL maintainer="colin.in@foxmail.com"
WORKDIR /app

Loading…
Cancel
Save