Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /app

COPY --chown=999:998 . /app

RUN yarn install --frozen-lockfile --production --ignore-optional && \
RUN yarn install --frozen-lockfile --production && \
yarn run postinstall

HEALTHCHECK --interval=5m --timeout=3s \
Expand Down
2 changes: 1 addition & 1 deletion kube/ims-resolver/ims-resolver-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: ims-resolver
image: quay.io/ukhomeofficedigital/ims-resolver:2.0.0@sha256:4e0173379cef9a33fbc6b2ba452c59480372f2d7b76526c8a16fdd330a8a110a
image: quay.io/ukhomeofficedigital/ims-resolver:3.0.0@sha256:f901b022be799e33d9c9e01f6e6af89b953f3573384c765585743a7ed4851d70
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"busboy": "^1.6.0",
"busboy-body-parser": "^0.3.2",
"form-data": "^4.0.4",
"hof": "^22.10.4",
"hof": "23.0.4-session-timeout-beta-2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"sqs-producer": "^3.4.0",
Expand Down
Loading