Bump docker in /Containers/mastercontainer

Bumps docker from 20.10.12-dind-alpine3.15 to 20.10.13-dind-alpine3.15.

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 12:23:54 +00:00 committed by GitHub
parent 15a289e820
commit fb05818764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Docker CLI is a requirement # Docker CLI is a requirement
FROM docker:20.10.12-dind-alpine3.15 as dind FROM docker:20.10.13-dind-alpine3.15 as dind
# From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile # From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile
FROM php:8.0.16-apache-bullseye FROM php:8.0.16-apache-bullseye