lith 3 lat temu
rodzic
commit
7315f3a5b0

+ 1 - 1
Publish/ReleaseFile/docker-image/sers-demo-robot/Dockerfile

@@ -1,4 +1,4 @@
-FROM serset/dotnet:6.0-runtime
+FROM serset/dotnet:runtime-6.0
 COPY app /root/app
 WORKDIR /root/app
 CMD dotnet App.Robot.Station.dll

+ 1 - 1
Publish/ReleaseFile/docker-image/sers-demo/Dockerfile

@@ -1,4 +1,4 @@
-FROM serset/dotnet:6.0-runtime
+FROM serset/dotnet:runtime-6.0
 COPY app /root/app
 WORKDIR /root/app
 CMD dotnet Did.SersLoader.Demo.dll