QFIX: Use front base for datalake (#8772)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-04-29 23:28:09 +07:00 committed by Andrey Sobolev
parent 1c9127b0a8
commit 0c6a8852d8
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/front-base:v20250310
WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose sharp@v0.32.6 --unsafe-perm
COPY bundle/bundle.js ./
COPY bundle/bundle.js.map ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/print-base:v20250113a
FROM hardcoreeng/print-base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./