Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ⬆️ docker 🐳 archlinux/archlinux to 74d0d3c #319

Merged
merged 1 commit into from
Sep 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/docker/archlinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Loading