From a02f0eadbfc6ad59392275ae39bda994f6d1d979 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Fri, 22 Dec 2023 12:10:10 +0530 Subject: [PATCH] chore: Bump node in Docker images --- Dockerfile | 2 +- Dockerfile.autoindex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1862d4fc..2b9a5e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Keep in sync with Dockerfile.autoindex -FROM node:18-alpine3.15@sha256:0677e437543d10f6cb050d92c792a14e5eb84340e3d5b4c25a88baa723d8a4ae +FROM node:20.8.1-alpine3.18@sha256:1ccb0c0ded3b21cee95fe6b6ce1ac23bd6680c8f152cbfb3047d5d9ea490b098 ARG TAG diff --git a/Dockerfile.autoindex b/Dockerfile.autoindex index dfd7adba..3f6fec9b 100644 --- a/Dockerfile.autoindex +++ b/Dockerfile.autoindex @@ -1,9 +1,9 @@ # Keep in sync with default Dockerfile -FROM node:18-alpine3.15@sha256:0677e437543d10f6cb050d92c792a14e5eb84340e3d5b4c25a88baa723d8a4ae +FROM node:20.8.1-alpine3.18@sha256:1ccb0c0ded3b21cee95fe6b6ce1ac23bd6680c8f152cbfb3047d5d9ea490b098 ENV NODE_OPTIONS=--max-old-space-size=4096 -RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libgcc gcc g++ pkgconfig python2 automake autoconf curl +RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libgcc gcc g++ pkgconfig automake autoconf curl # The following line is kept for legacy reasons. We previously invoke the # `scip-typescript-autoindex` script during auto-indexing in order to handle