Browse Source

chore: update Node.js builder image

`node:18.20-alpine` is the currently latest tag of the v18 major release line. To lower update maintenance burden and automatically pick up the latest minor release, just use the `node:18-alpine` tag.
pull/9754/head
Salim B 3 weeks ago committed by GitHub
parent
commit
e6d01001af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nocodb/Dockerfile

2
packages/nocodb/Dockerfile

@ -17,7 +17,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt
###########
# Builder
###########
FROM node:18.19.1-alpine as builder
FROM node:18-alpine as builder
WORKDIR /usr/src/app
# install node-gyp dependencies

Loading…
Cancel
Save