Skip to content

Commit

Permalink
Merge pull request #7388 from uktrade/chore/dependencies-10-12-2024
Browse files Browse the repository at this point in the history
Dependencies 10th Dec 2024
  • Loading branch information
oliverjwroberts authored Dec 10, 2024
2 parents b77df74 + d47dd6c commit 83dc068
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 227 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/sre-docker-registry/data-hub-frontend-dependencies:4.3.7
FROM gcr.io/sre-docker-registry/data-hub-frontend-dependencies:4.3.8

ARG CURRENT_UID
ARG CURRENT_GID
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY --chown=node:node package*.json "$HOME/"
WORKDIR $HOME

# Install specific version of cypress
RUN npm install -g cypress@13.15.0 \
RUN npm install -g cypress@13.16.1 \
&& npx cypress verify \
&& npx cypress cache path \
&& npx cypress cache list \
Expand Down
2 changes: 1 addition & 1 deletion docs/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Ensure you have [gcloud CLI installed](https://cloud.google.com/sdk/docs/install
> If you have issues when building the dependencies image, especially if you are using a Mac with an Apple chip, this is most likely due to incompatibility with the `arm` architecture; instead you need to build on `amd` architecture. Please refer to [troubleshooting guide](./Troubleshooting.md) and follow the steps under the Building dependency images section, before retrying the build command below.
```bash
export VERSION=4.3.7 # Increment this version each time when you edit Dockerfile.
export VERSION=4.3.8 # Increment this version each time when you edit Dockerfile.

docker build -f Dockerfile.dependencies -t data-hub-frontend-dependencies . --platform linux/amd64

Expand Down
Loading

0 comments on commit 83dc068

Please sign in to comment.