From b0f3c7df138cb1a5547be9104e06abda5d3ff7fe Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 2 May 2022 14:33:48 +0200 Subject: [PATCH] Use node 16 in peertube docker image --- support/docker/production/Dockerfile.bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index c57b878ee..43683faee 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye @@ -1,4 +1,4 @@ -FROM node:14-bullseye-slim +FROM node:16-bullseye-slim # Install dependencies RUN apt update \ -- 2.41.0