1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Use microsoft base images (#296)

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
Stefan Scherer 2016-10-29 05:38:32 +02:00 committed by Anthony Lapenna
parent bf6c9c8b3b
commit f9327b3337
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:windowsservercore
FROM microsoft/windowsservercore
COPY dist /

View file

@ -1,4 +1,4 @@
FROM golang:nanoserver
FROM microsoft/nanoserver
COPY dist /