Skip to content

Commit 6099f65

Browse files
Pin plugins/base Docker tag to fc1978b
1 parent 0163cc8 commit 6099f65

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docker/Dockerfile.linux.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM plugins/base:multiarch
1+
FROM plugins/base:multiarch@sha256:2344727307f1d68eb201bc015371b905da2d0a15aa2352ec90646e2560c261f3
22

33
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
44
org.label-schema.name="Drone Download" \

docker/Dockerfile.linux.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM plugins/base:multiarch
1+
FROM plugins/base:multiarch@sha256:2344727307f1d68eb201bc015371b905da2d0a15aa2352ec90646e2560c261f3
22

33
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
44
org.label-schema.name="Drone Download" \

docker/Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM plugins/base:multiarch
1+
FROM plugins/base:multiarch@sha256:2344727307f1d68eb201bc015371b905da2d0a15aa2352ec90646e2560c261f3
22

33
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
44
org.label-schema.name="Drone Download" \

docker/Dockerfile.windows.1809

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# escape=`
2-
FROM plugins/base:windows-1809-amd64
2+
FROM plugins/base:windows-1809-amd64@sha256:f03b18474b03de26b600f4bd384539089d5e812d3d5003217c5c0b8df9d89908
33

44
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
55
org.label-schema.name="Drone Download" `

docker/Dockerfile.windows.1903

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# escape=`
2-
FROM plugins/base:windows-1903-amd64
2+
FROM plugins/base:windows-1903-amd64@sha256:338cdba56a7f30d721b6567d382b95465642993f85564cb385e65b2f3f84352c
33

44
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
55
org.label-schema.name="Drone Download" `

docker/Dockerfile.windows.1909

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# escape=`
2-
FROM plugins/base:windows-1909-amd64
2+
FROM plugins/base:windows-1909-amd64@sha256:fc1978bbe23e889dd7c5729cc8c44c2447a3ad00b539872167fe09ea43a136c7
33

44
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
55
org.label-schema.name="Drone Download" `

0 commit comments

Comments
 (0)