Browse Source

chore: update Node.js builder image

pull/9754/head
Salim B 3 weeks ago committed by GitHub
parent
commit
3a0c4f52c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nocodb/Dockerfile.timely

2
packages/nocodb/Dockerfile.timely

@ -20,7 +20,7 @@ RUN git clone https://github.com/benbjohnson/litestream.git litestream \
###########
# Builder
###########
FROM --platform=$BUILDPLATFORM node:18.19.1-alpine as builder
FROM --platform=$BUILDPLATFORM node:18-alpine as builder
WORKDIR /usr/src/app
# Install node-gyp dependencies

Loading…
Cancel
Save