diff --git a/Dockerfile b/Dockerfile index 1691ed81..e781f797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG APP_INSIGHTS_AGENT_VERSION=3.2.6 -FROM hmctspublic.azurecr.io/base/java:17-distroless +FROM hmctsprod.azurecr.io/base/java:17-distroless ENV APP prl-dgs-api.jar diff --git a/charts/prl-dgs/Chart.yaml b/charts/prl-dgs/Chart.yaml index dfee387a..4b237d29 100644 --- a/charts/prl-dgs/Chart.yaml +++ b/charts/prl-dgs/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: "1.0" description: Family Private Law - Document Generator Service name: prl-dgs -version: 0.0.52 +version: 0.0.53 dependencies: - name: java version: 5.3.0 - repository: 'oci://hmctspublic.azurecr.io/helm' + repository: 'oci://hmctsprod.azurecr.io/helm' diff --git a/docker-compose.yml b/docker-compose.yml index 49752c37..bc5c2021 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - http_proxy - https_proxy - no_proxy - image: hmctspublic.azurecr.io/spring-boot/template + image: hmctsprod.azurecr.io/spring-boot/template environment: # these environment variables are used by java-logging library - ROOT_APPENDER