diff --git a/services/notification/pod-events-processor/Dockerfile b/services/notification/pod-events-processor/Dockerfile index 4f2f62f5d6..7109a9d84e 100644 --- a/services/notification/pod-events-processor/Dockerfile +++ b/services/notification/pod-events-processor/Dockerfile @@ -1,4 +1,4 @@ -FROM hardcoreeng/base-slim:v20250916 +FROM tracexapp/base-slim:v20250916 WORKDIR /usr/src/app COPY bundle/bundle.js ./ diff --git a/services/notification/pod-events-processor/package.json b/services/notification/pod-events-processor/package.json index 61dcd08b03..2cce9841b1 100644 --- a/services/notification/pod-events-processor/package.json +++ b/services/notification/pod-events-processor/package.json @@ -18,9 +18,9 @@ "_phase:docker-build": "rushx docker:build", "_phase:docker-staging": "rushx docker:staging", "bundle": "node ../../../common/scripts/esbuild.js --external=ws", - "docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/events-processor", - "docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/events-processor staging", - "docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/events-processor", + "docker:build": "../../../common/scripts/docker_build.sh tracexapp/events-processor", + "docker:staging": "../../../common/scripts/docker_tag.sh tracexapp/events-processor staging", + "docker:push": "../../../common/scripts/docker_tag.sh tracexapp/events-processor", "run-local": "cross-env ts-node src/index.ts", "format": "format src", "_phase:build": "compile transpile src",