Skip to content

Commit

Permalink
deps: update dependency docker to v20.10.17 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 11, 2022
1 parent c45fb8e commit 2683c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion job-images/cas/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM codenotary/cas:1.0.2 as cas
FROM docker:20.10.16-dind
FROM docker:20.10.17-dind

COPY --from=cas /bin/cas /bin/cas
COPY entrypoint.sh /
Expand Down
2 changes: 1 addition & 1 deletion job-images/vcn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM codenotary/vcn:0.9.19 as vcn
FROM docker:20.10.16-dind
FROM docker:20.10.17-dind

COPY --from=vcn /bin/vcn /bin/vcn
COPY entrypoint.sh /
Expand Down

0 comments on commit 2683c67

Please sign in to comment.