From 998c8a6fe6dcac51053eea4c18f19cb0b29ceaf5 Mon Sep 17 00:00:00 2001 From: Ayush Mhetre Date: Mon, 3 Jun 2024 17:19:24 +0530 Subject: [PATCH] Update node --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c3de7f..f678916 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM chef as dep_cacher COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json RUN cargo chef cook --release --recipe-path recipe.json -FROM node:18.17.1-alpine3.18 as node_builder +FROM node:18.19 as node_builder # Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905 RUN apk add --no-cache --virtual .build-deps alpine-sdk python3