Skip to content

Commit 659a9a5

Browse files
authored
Merge pull request #9 from buildkite-plugins/renovate/docker-digests-pin
Pin Docker digests
2 parents 3c72dab + 0cfb36a commit 659a9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: '2'
22
services:
33
plugin:
4-
image: buildkite/plugin-tester
4+
image: buildkite/plugin-tester:latest@sha256:3353aad77c88b7cd3ed59423a1bc72c56e034a00623378c36c443f6dba1b3722
55
volumes:
66
- ".:/plugin"
77
depends_on:
88
- ruby
99
ruby:
10-
image: ruby:2.5-alpine
10+
image: ruby:2.5-alpine@sha256:f1dbca0f5dbc926eccc000967c6b09a441d1808f36b15fde4ae621124c2d3bb4
1111
command: rake
1212
working_dir: /src
1313
volumes:

0 commit comments

Comments
 (0)