diff --git a/dev/tool/Dockerfile b/dev/tool/Dockerfile index c2228521888..7079536dbc8 100644 --- a/dev/tool/Dockerfile +++ b/dev/tool/Dockerfile @@ -1,4 +1,4 @@ -FROM hardcoreeng/base +FROM hardcoreeng/base-slim:v20250916 WORKDIR /usr/src/app COPY bundle/bundle.js ./ diff --git a/services/backup/backup-api-pod/Dockerfile b/services/backup/backup-api-pod/Dockerfile index ebb6e0c8e8b..e74c1c8c5ae 100644 --- a/services/backup/backup-api-pod/Dockerfile +++ b/services/backup/backup-api-pod/Dockerfile @@ -1,4 +1,4 @@ -FROM hardcoreeng/front-base:v20250916 +FROM hardcoreeng/base-slim:v20250916 WORKDIR /app COPY bundle/bundle.js ./ diff --git a/services/billing/pod-billing/Dockerfile b/services/billing/pod-billing/Dockerfile index 15a8d24ddac..e74c1c8c5ae 100644 --- a/services/billing/pod-billing/Dockerfile +++ b/services/billing/pod-billing/Dockerfile @@ -1,4 +1,4 @@ -FROM hardcoreeng/base:v20250916 +FROM hardcoreeng/base-slim:v20250916 WORKDIR /app COPY bundle/bundle.js ./ diff --git a/services/export/pod-export/Dockerfile b/services/export/pod-export/Dockerfile index 5c96aa8e473..1a121895bae 100644 --- a/services/export/pod-export/Dockerfile +++ b/services/export/pod-export/Dockerfile @@ -1,5 +1,5 @@ -FROM hardcoreeng/base:v20250916 +FROM hardcoreeng/base-slim:v20250916 WORKDIR /usr/src/app COPY bundle/bundle.js ./ diff --git a/services/payment/pod-payment/Dockerfile b/services/payment/pod-payment/Dockerfile index 15a8d24ddac..e74c1c8c5ae 100644 --- a/services/payment/pod-payment/Dockerfile +++ b/services/payment/pod-payment/Dockerfile @@ -1,4 +1,4 @@ -FROM hardcoreeng/base:v20250916 +FROM hardcoreeng/base-slim:v20250916 WORKDIR /app COPY bundle/bundle.js ./