From 123b8b494b9260310c03e6dc9a28a09514aaf2a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Sep 2024 22:14:49 +0000 Subject: [PATCH] Update docker Docker tag to v27 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker | final | major | `25.0.5-dind` -> `27.3.1-dind` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mrmeeb.stream/MrMeeb/gitea-act-runner/pulls/21 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15f7a00..a6f16ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /opt/src/act_runner RUN make clean && make build -FROM docker:25.0.5-dind +FROM docker:27.3.1-dind USER root RUN apk add --no-cache \ git bash supervisor python3 py3-pip