Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bdf16e1cd4 |
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/debian:bookworm
|
||||
FROM docker.io/library/debian:trixie
|
||||
|
||||
RUN apt update && apt install -y ca-certificates git
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user