Skip to content

Commit

Permalink
Merge pull request #744 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 5ec1439 + c6a615a commit 974b1cb
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 129 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/omis-dependencies:1.0.11
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.12

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.2 \
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/Dependabot.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker build -f Dockerfile.dependencies -t omis-dependencies . --platform linux/
Tag the dependencies image with the incremented version.

```bash
export VERSION=1.0.11 # Increment this version each time when you edit Dockerfile.
export VERSION=1.0.12 # Increment this version each time when you edit Dockerfile.
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:${VERSION}
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:latest
```
Expand Down
Loading

0 comments on commit 974b1cb

Please sign in to comment.