Skip to content

Commit 77c4ff7

Browse files
Pin dependencies
1 parent d20f7ea commit 77c4ff7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile.linux.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM plugins/base:multiarch
1+
FROM plugins/base:multiarch@sha256:6a8e0e42db91f7d6cc8639a39d84d404f17015bd8971ad2ea8009e5ef6921409
22

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

docker/Dockerfile.linux.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM plugins/base:multiarch
1+
FROM plugins/base:multiarch@sha256:6a8e0e42db91f7d6cc8639a39d84d404f17015bd8971ad2ea8009e5ef6921409
22

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

docker/Dockerfile.windows.1809

+1-1
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:54690bcde94b1023750fb9ba350ab932e1ba22fd6af3541b05f571527b0d3527
33

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

0 commit comments

Comments
 (0)