Browse Source

update base image in Dockerfile to use node:lts-alpine

pull/1666/head
Bernd Storath 5 months ago
parent
commit
9a4191a332
  1. 3
      Dockerfile

3
Dockerfile

@ -1,5 +1,4 @@
# nodejs 20 hangs on build with armv6/armv7 (https://github.com/nodejs/docker-node/issues/2077)
FROM docker.io/library/node:18-alpine AS build
FROM docker.io/library/node:lts-alpine
WORKDIR /app
# update corepack

Loading…
Cancel
Save