Skip to content

Commit

Permalink
Update dependency docker/docker to v27.1.1 (#97)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/docker](https://togithub.com/docker/docker) | patch | `27.1.0`
-> `27.1.1` |

---

### Release Notes

<details>
<summary>docker/docker (docker/docker)</summary>

### [`v27.1.1`](https://togithub.com/moby/moby/releases/tag/v27.1.1)

[Compare
Source](https://togithub.com/docker/docker/compare/v27.1.0...v27.1.1)

#### 27.1.1

##### Security

This release contains a fix for
[CVE-2024-41110](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110)
/
[GHSA-v23v-6jw2-98fq](https://togithub.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq)
that impacted setups using [authorization plugins
(AuthZ)](https://docs.docker.com/engine/extend/plugins_authorization/)
for access control. No other changes are included in this release, and
this
release is otherwise identical for users not using AuthZ plugins.

##### Packaging updates

- Update Compose to
[v2.29.1](https://togithub.com/docker/compose/releases/tag/v2.29.1).
[moby/docker-ce-packaging#1041](https://togithub.com/docker/docker-ce-packaging/pull/1041)

**Full Changelog**:
moby/moby@v27.1.0...v27.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6am on monday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/earthly/dind).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 29, 2024
1 parent 01f0946 commit 66b738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/ubuntu-20.04/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG --global OS_IMAGE=ubuntu

ARG --global OS_VERSION=20.04
# renovate: datasource=github-releases depName=docker/docker
LET docker_package_version=27.1.0
LET docker_package_version=27.1.1
ARG --global DOCKER_VERSION=5:$docker_package_version-1~ubuntu.$OS_VERSION~focal

# DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in
Expand Down

0 comments on commit 66b738a

Please sign in to comment.