From 69f48ac9fb2ebb8d51d9b5acbfc3e979f4f63d08 Mon Sep 17 00:00:00 2001 From: bruhwhyamisobad <124473366+bruhwhyamisobad@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:27:59 -0700 Subject: [PATCH] Update debian-base.dockerfile --- docker/debian-base.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/debian-base.dockerfile b/docker/debian-base.dockerfile index 77b7d37f..71a84b18 100644 --- a/docker/debian-base.dockerfile +++ b/docker/debian-base.dockerfile @@ -1,5 +1,5 @@ # If the image changed, the second stage image should be changed too -FROM node:20-bookworm-slim AS base2-slim +FROM node:bookworm-slim AS base2-slim ARG TARGETPLATFORM # Specify --no-install-recommends to skip unused dependencies, make the base much smaller!