Skip to content

Commit

Permalink
Merge pull request #55 from companieshouse/feature/chp-226-instance-n…
Browse files Browse the repository at this point in the history
…ame-jdbc-machine

Bump version of chips-domain image to 1.0.53
  • Loading branch information
JMetherell authored Oct 31, 2024
2 parents 3c184b7 + 779d466 commit fd9a953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 300288021642.dkr.ecr.eu-west-2.amazonaws.com/chips-domain:1.0.52 as builder
FROM 300288021642.dkr.ecr.eu-west-2.amazonaws.com/chips-domain:1.0.53 as builder

USER root

Expand All @@ -17,7 +17,7 @@ RUN cd ${DOMAIN_NAME}/upload && \
rm ../chipsconfig/chips.ear && \
rm weblogic.tar

FROM 300288021642.dkr.ecr.eu-west-2.amazonaws.com/chips-domain:1.0.52
FROM 300288021642.dkr.ecr.eu-west-2.amazonaws.com/chips-domain:1.0.53

# Copy over upload and chipsconfig
COPY --from=builder --chown=weblogic:weblogic /apps/oracle/${DOMAIN_NAME}/upload ${DOMAIN_NAME}/upload/
Expand Down

0 comments on commit fd9a953

Please sign in to comment.