summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorjf2023-02-24 12:56:03 +0100
committerjf2023-02-24 12:56:03 +0100
commitc1ce6ad487af22b63ec1334bccc56e36aba93718 (patch)
treebc270585f0d01d261cc3c529fed486e142d35148 /Dockerfile.production
parent5064140709bbecf22033ace9e4263841f18aa022 (diff)
updated debian production image tag to bullseyev0.8.7
Diffstat (limited to 'Dockerfile.production')
-rw-r--r--Dockerfile.production2
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
9From debian:buster-slim 9From debian:bullseye-slim
10 10
11LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>" 11LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>"
12 12