更新docker构建脚本

This commit is contained in:
Diego
2024-11-27 16:05:16 +08:00
parent 50386f4ca4
commit dff5a76e9e
5 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<AdminVersion>7.2.0.23</AdminVersion>
<PluginVersion>9.0.2.18</PluginVersion>
<ProPluginVersion>9.0.2.46</ProPluginVersion>
<AdminVersion>7.2.0.24</AdminVersion>
<PluginVersion>9.0.2.19</PluginVersion>
<ProPluginVersion>9.0.2.47</ProPluginVersion>
</PropertyGroup>
<PropertyGroup>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>9.0.2.14</Version>
<Version>9.0.2.15</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -5,7 +5,7 @@
#推送docker push registry.cn-shenzhen.aliyuncs.com/thingsgateway/thingsgateway
#aspnetcore9.0环境
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble AS base
COPY . /app
WORKDIR /app
#默认web

View File

@@ -5,7 +5,7 @@
#推送docker push registry.cn-shenzhen.aliyuncs.com/thingsgateway/thingsgateway_arm64
#aspnetcore9.0环境
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine-arm64v8 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-arm64v8 AS base
COPY . /app
WORKDIR /app
#默认web

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>7.2.0.31</Version>
<Version>7.2.0.32</Version>
</PropertyGroup>
<ItemGroup>