lith 3 년 전
부모
커밋
7315f3a5b0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Publish/ReleaseFile/docker-image/sers-demo-robot/Dockerfile
  2. 1 1
      Publish/ReleaseFile/docker-image/sers-demo/Dockerfile

+ 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