Browse Source

chore: update runner image

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

2
packages/nocodb/Dockerfile

@ -47,7 +47,7 @@ RUN pnpm install --prod --shamefully-hoist \
##########
# Runner
##########
FROM alpine:3.19
FROM alpine:3.20
WORKDIR /usr/src/app
ENV LITESTREAM_S3_SKIP_VERIFY=false \

Loading…
Cancel
Save