File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # archlinux:base-20240908 .0.261281
2- FROM --platform=linux/amd64 archlinux@sha256:dbcf6a01a24a56c96b179d40f2425fd257f58e6ff8c5c54c1aa66251442d6f80 AS arch
1+ # archlinux:base-20240929 .0.266368
2+ FROM --platform=linux/amd64 archlinux@sha256:c8501ab8b970205491501ba01d9bce9a04d70537fc15596360f1ce1011b08569 AS arch
33
44ARG username=vortex
55ARG skipExtras=false
Original file line number Diff line number Diff line change 1- # debian:trixie-20240904 -slim
2- FROM debian@sha256:43788d0fe1fee841d09707fbb9355c938c6eb5b0c6bde2de31a07443f1bc6750 AS debian
1+ # debian:trixie-20240926 -slim
2+ FROM debian@sha256:c63174f799a74411a0290f25086fdc5dc939aa1f8971a16ad6fb1b7658a25126 AS debian
33
44ARG username=vortex
55ARG skipExtras=false
Original file line number Diff line number Diff line change 11# kalilinux/kali-last-release:latest
2- FROM kalilinux/kali-last-release@sha256:e93f400c635c7d9ef07ccb01b6f844a6b078a6160f198e7ec985a867be1132d1 AS kali
2+ FROM kalilinux/kali-last-release@sha256:d58bc738b023ea499b1191154773d82ed4f7420dcbf7fb292767386809472400 AS kali
33
44ARG username=vortex
55ARG skipExtras=false
Original file line number Diff line number Diff line change 1- # ubuntu:noble-20240801
2- FROM ubuntu@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee AS ubuntu
1+ # ubuntu:noble-20240904.1
2+ FROM ubuntu@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS ubuntu
33
44ARG username=vortex
55ARG skipExtras=false
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sudo /opt/pkg/bin/pkgin -y install \
2424
2525echo " installing dependencies for osRelease: {{ .chezmoi.osRelease.id }}"
2626
27- {{ if (or (eq .chezmoi.osRelease.id " debian" ) (eq .chezmoi.osRelease.id " ubuntu" )) -}}
27+ {{ if (or (eq .chezmoi.osRelease.id " debian" ) (eq .chezmoi.osRelease.id " ubuntu" ) (eq .chezmoi.osRelease.id " kali " ) ) -}}
2828sudo apt-get install -y --no-install-recommends \
2929 bat \
3030 build-essential \
@@ -66,7 +66,7 @@ sudo dnf install -y \
6666 gcc-c++ \
6767 kernel-devel \
6868 curl \
69- fd \
69+ fd-find \
7070 git \
7171 gnupg \
7272 sudo \
You can’t perform that action at this time.
0 commit comments