mirror of https://github.com/portainer/portainer
Use microsoft base images (#296)
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>pull/298/head
parent
bf6c9c8b3b
commit
f9327b3337
|
@ -1,4 +1,4 @@
|
|||
FROM golang:windowsservercore
|
||||
FROM microsoft/windowsservercore
|
||||
|
||||
COPY dist /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:nanoserver
|
||||
FROM microsoft/nanoserver
|
||||
|
||||
COPY dist /
|
||||
|
||||
|
|
Loading…
Reference in New Issue