Skip to content

Commit

Permalink
build(deps): bump docker in /Containers/mastercontainer
Browse files Browse the repository at this point in the history
Bumps docker from 27.2.0-cli to 27.2.1-cli.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent a8ced69 commit 147e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/mastercontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# Docker CLI is a requirement
FROM docker:27.2.0-cli AS docker
FROM docker:27.2.1-cli AS docker

# Caddy is a requirement
FROM caddy:2.8.4-alpine AS caddy
Expand Down

0 comments on commit 147e81c

Please sign in to comment.