From f63ac881bee3fc5585f2867f9578d13b623dfff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:55:28 +0000 Subject: [PATCH] Bump node in /compose/production/django Bumps node from 16-bullseye-slim to 17-bullseye-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compose/production/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 989f104..78a39b4 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.9-slim-bullseye -FROM node:16-bullseye-slim as client-builder +FROM node:17-bullseye-slim as client-builder ARG APP_HOME=/app WORKDIR ${APP_HOME}