diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2025-01-17 11:33:23 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2025-01-17 11:33:23 +0100 |
commit | cab3425d34a7ffe065f397e742276160fd276c35 (patch) | |
tree | a67c2c14c840a12be1d1a85faca71b58f45a8965 /cluster/prod/app/matrix/build/riotweb/Dockerfile | |
parent | 15d1976a6b03d0d964763e696a8020283861b311 (diff) | |
download | nixcfg-cab3425d34a7ffe065f397e742276160fd276c35.tar.gz nixcfg-cab3425d34a7ffe065f397e742276160fd276c35.zip |
upgrade matrix containers
Diffstat (limited to 'cluster/prod/app/matrix/build/riotweb/Dockerfile')
-rw-r--r-- | cluster/prod/app/matrix/build/riotweb/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/build/riotweb/Dockerfile b/cluster/prod/app/matrix/build/riotweb/Dockerfile index ec4f5dd..0bb408a 100644 --- a/cluster/prod/app/matrix/build/riotweb/Dockerfile +++ b/cluster/prod/app/matrix/build/riotweb/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/debian:trixie as builder +FROM amd64/debian:trixie AS builder ARG VERSION WORKDIR /root |