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 24f88ac #316

Merged
merged 1 commit into from
Aug 25, 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:5e86b9edd6c61048b1acb617d649c4f7ed85e3e94925a23b94fb6a5ed43bf63c
FROM archlinux/archlinux:base-devel@sha256:24f88acde9fe936573a3f96e7b17dd7dd8bcac8e3afa27b52bbc3facd61951e0

RUN pacman -Syu --noconfirm --needed git sudo zsh fish curl go \
&& echo "container ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \
Expand Down
Loading