From 0d6ab017fe636df6732cb68a4478fc80d09d22da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:19:09 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=AC=86=EF=B8=8F=20do?= =?UTF-8?q?cker=20=F0=9F=90=B3=20archlinux/archlinux=20to=2074d0d3c=20(#31?= =?UTF-8?q?9)?= 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 | |---|---|---|---| | archlinux/archlinux | final | digest | `24f88ac` -> `74d0d3c` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- assets/docker/archlinux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docker/archlinux/Dockerfile b/assets/docker/archlinux/Dockerfile index 6eb22cb6..157bbdd9 100644 --- a/assets/docker/archlinux/Dockerfile +++ b/assets/docker/archlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/archlinux:base-devel@sha256:24f88acde9fe936573a3f96e7b17dd7dd8bcac8e3afa27b52bbc3facd61951e0 +FROM archlinux/archlinux:base-devel@sha256:74d0d3c4b1ea66115660d1148064e133604d2e84e9809b8ce95e3539dfddf9c5 RUN pacman -Syu --noconfirm --needed git sudo zsh fish curl go \ && echo "container ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \