Skip to content

Commit 4aecc60

Browse files
committed
fix(docker): use Debian buster base for node image
Fix: gnu/libc.so.6: version `GLIBC_2.25' not found (required by /app/node_modules/argon2/lib/binding/napi-v3/argon2.node)
1 parent 6c4cd18 commit 4aecc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14 AS builder
1+
FROM node:14-buster
22

33
WORKDIR /app
44
COPY ./package.json ./

0 commit comments

Comments
 (0)