diff --git a/Dockerfile b/Dockerfile index ef695d85..d46905a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docs/Dependabot.md b/docs/Dependabot.md index 6a07117b..6569ea74 100644 --- a/docs/Dependabot.md +++ b/docs/Dependabot.md @@ -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 ``` @@ -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`) \ No newline at end of file + +- Sentry (`dependabot:update-sentry`)