Use base again

This commit is contained in:
Don
2019-04-25 17:55:08 -07:00
parent 18cf775bd3
commit 5e8ab59d01
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ steps:
pull: always
image: plugins/webhook
settings:
url:
urls:
from_secret: microbadger_url
trigger:
+1 -1
View File
@@ -1,5 +1,5 @@
# escape=`
FROM mcr.microsoft.com/windows/servercore:1803
FROM plugins/base:windows-1809-amd64
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
+1 -1
View File
@@ -1,5 +1,5 @@
# escape=`
FROM mcr.microsoft.com/windows/servercore:1809
FROM plugins/base:windows-1809-amd64
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]