Browse Source

chore: update runner image

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

2
packages/nocodb/Dockerfile.local

@ -35,7 +35,7 @@ RUN pnpm install --prod --shamefully-hoist --reporter=silent \
##########
# Runner
##########
FROM alpine:3.19
FROM alpine:3.20
WORKDIR /usr/src/app
ENV NC_DOCKER=0.6 \

Loading…
Cancel
Save