diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:39:24 +0100 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:39:24 +0100 |
| commit | 0f015d54e7f8295f82feb24d05d918a36b877363 (patch) | |
| tree | bb13ce31d2693914b4218208c64725f4a8bdb79e | |
| parent | c2659b3f727869615799fee052f55c91161260f5 (diff) | |
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 762f0e6..b9d0d64 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:trixie RUN echo "test!" |
