From 368531c184914043a0f9b2c8a0ea20fe397fb929 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 12 Oct 2022 23:32:11 +0200 Subject: [PATCH] fix glibc build error --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f8ffb2..6a5ec82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM node:16 +# might fix this? https://github.com/parcel-bundler/parcel/issues/6735 +FROM node:16-bullseye WORKDIR /usr/src/app COPY package*.json ./