Skip to content

Commit

Permalink
Update Cypress version in the dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
swenban committed Aug 19, 2024
1 parent 52e0982 commit 7ba466b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.5
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.6

ARG CURRENT_UID
ARG CURRENT_GID
Expand Down
5 changes: 3 additions & 2 deletions 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.5 # Increment this version each time when you edit Dockerfile.
export VERSION=1.0.6 # 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 All @@ -71,4 +71,5 @@ Commit the new changes to the `chore/dependencies` branch before raising the mai
### Bulk upgrade of dependency groups

As with the Data Hub frontend, this project has some dependencies that need to be updated together:
- Sentry (`dependabot:update-sentry`)

- Sentry (`dependabot:update-sentry`)

0 comments on commit 7ba466b

Please sign in to comment.