From 3c6bd6efc091cecb815fdaeec6fb4ee325468286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:30:54 +0000 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=20fac3269=20(#38?= =?UTF-8?q?0)?= 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 | `ab7e1f5` -> `fac3269` | --- ### 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 82096791..f164c9e5 100644 --- a/assets/docker/archlinux/Dockerfile +++ b/assets/docker/archlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/archlinux:base-devel@sha256:ab7e1f50f53bb71d39cbe05ffa4229b377db6953018e6e9475d1996c562e840d +FROM archlinux/archlinux:base-devel@sha256:fac3269da30219d9ef8cd98600b54f218e624ecdd9e9e7c0573ac34db0eb33bb RUN pacman -Syu --noconfirm --needed git sudo zsh fish curl go \ && echo "container ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \