diff options
| author | jf | 2023-02-24 12:56:03 +0100 |
|---|---|---|
| committer | jf | 2023-02-24 12:56:03 +0100 |
| commit | c1ce6ad487af22b63ec1334bccc56e36aba93718 (patch) | |
| tree | bc270585f0d01d261cc3c529fed486e142d35148 /Dockerfile.production | |
| parent | 5064140709bbecf22033ace9e4263841f18aa022 (diff) | |
updated debian production image tag to bullseyev0.8.7
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production index b00f57d..f2b6457 100644 --- a/Dockerfile.production +++ b/Dockerfile.production | |||
| @@ -6,7 +6,7 @@ RUN npm install \ | |||
| 6 | && npm install --global postcss \ | 6 | && npm install --global postcss \ |
| 7 | && npm run build:css | 7 | && npm run build:css |
| 8 | # https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile | 8 | # https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile |
| 9 | From debian:buster-slim | 9 | From debian:bullseye-slim |
| 10 | 10 | ||
| 11 | LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>" | 11 | LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>" |
| 12 | 12 | ||
