2 Commits
0.0.2 ... 0.0.4

Author SHA1 Message Date
bdf16e1cd4 Update versions 2026-01-02 11:22:23 -08:00
97aeea2b1b Add git 2024-01-11 14:25:40 -08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/debian:bookworm
FROM docker.io/library/debian:trixie
RUN apt update && apt install -y ca-certificates
RUN apt update && apt install -y ca-certificates git
COPY files/. /

View File

@@ -1 +1 @@
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian trixie stable

View File

@@ -1 +1 @@
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main