Skip to content

Commit

Permalink
Set updater image to an incrementable version
Browse files Browse the repository at this point in the history
There are a couple reasons our automation has been broken around keeping
our images up-to-date:
* A typo in the corresponding workflow prevented the update image step
from running
* The images were using non-incrementable versions
  * Dependabot could not reliably assume that one version is greater
  than another

The workflow has been fixed. This commit sets the updater image to a
version that Dependabot will be able to update (v2.0.20220623221933)
  • Loading branch information
Landon Grindheim authored and GitHub committed Jun 24, 2022
1 parent b837094 commit fde72c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cleanup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/Dockerfile.updater
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba
FROM ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:fc30c3c4598f92943c461d04973b3ae9df3c0a09d757c0c467e2448d87a63d6a
2 changes: 1 addition & 1 deletion docker/containers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"proxy": "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:a6031b3134f6ece9fadb298113700584610b41940c6bf9ad8b312e5d44cded5b",
"updater": "ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba"
"updater": "ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:fc30c3c4598f92943c461d04973b3ae9df3c0a09d757c0c467e2448d87a63d6a"
}

0 comments on commit fde72c5

Please sign in to comment.