1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Merge pull request #13081 from Budibase/fix-single-image-build

Use couch 3.3.3 for single image
This commit is contained in:
Adria Navarro 2024-02-20 13:40:06 +01:00 committed by GitHub
commit 4555260244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ COPY packages/worker/pm2.config.js packages/worker/pm2.config.js
COPY packages/string-templates packages/string-templates
FROM budibase/couchdb as runner
FROM budibase/couchdb:v3.3.3 as runner
ARG TARGETARCH
ENV TARGETARCH $TARGETARCH
#TARGETBUILD can be set to single (for single docker image) or aas (for azure app service)