Use the right windows base tag

This commit is contained in:
Thomas Boerger
2019-09-16 21:26:36 +02:00
parent 8e7a4739ff
commit 0e796ebab4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# escape=`
FROM plugins/base:windows-1809
FROM plugins/base:windows-1809-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Webhook" `
+1 -1
View File
@@ -1,5 +1,5 @@
# escape=`
FROM plugins/base:windows-1903
FROM plugins/base:windows-1903-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Webhook" `