From 76de154300320795b33b3b1c1107e34662e5fdcb Mon Sep 17 00:00:00 2001 From: Landon Grindheim Date: Wed, 22 Jun 2022 20:38:53 +0000 Subject: [PATCH] Use versioned Proxy image We recently began to version the Proxy image with a scheme that Dependabot can update. This should fix our woes with automation and allow Dependabot to keep these images up-to-date for us. --- dist/cleanup/index.js | 2 +- dist/main/index.js | 2 +- docker/Dockerfile.proxy | 2 +- docker/containers.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index 2811fd5..f842ba8 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -5,7 +5,7 @@ require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"proxy":"ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:de86aff88f5bd2a6606aa57f461dce81dc36ec058d737964b115c01aae4bf1e0","updater":"ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba"}'); +module.exports = JSON.parse('{"proxy":"ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:5858e30d0ed4dcbc9f1169ea58c9c7f3d3163a6a4797fc25c6e197aea8a27b1e","updater":"ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba"}'); /***/ }), diff --git a/dist/main/index.js b/dist/main/index.js index 5e7bae9..cf79180 100644 --- a/dist/main/index.js +++ b/dist/main/index.js @@ -5,7 +5,7 @@ require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"proxy":"ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:de86aff88f5bd2a6606aa57f461dce81dc36ec058d737964b115c01aae4bf1e0","updater":"ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba"}'); +module.exports = JSON.parse('{"proxy":"ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:5858e30d0ed4dcbc9f1169ea58c9c7f3d3163a6a4797fc25c6e197aea8a27b1e","updater":"ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba"}'); /***/ }), diff --git a/docker/Dockerfile.proxy b/docker/Dockerfile.proxy index 1eb1d2c..b9da7e4 100644 --- a/docker/Dockerfile.proxy +++ b/docker/Dockerfile.proxy @@ -1 +1 @@ -FROM ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:de86aff88f5bd2a6606aa57f461dce81dc36ec058d737964b115c01aae4bf1e0 +FROM ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:5858e30d0ed4dcbc9f1169ea58c9c7f3d3163a6a4797fc25c6e197aea8a27b1e diff --git a/docker/containers.json b/docker/containers.json index ca643cf..1155618 100644 --- a/docker/containers.json +++ b/docker/containers.json @@ -1,4 +1,4 @@ { - "proxy": "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:de86aff88f5bd2a6606aa57f461dce81dc36ec058d737964b115c01aae4bf1e0", + "proxy": "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy@sha256:5858e30d0ed4dcbc9f1169ea58c9c7f3d3163a6a4797fc25c6e197aea8a27b1e", "updater": "ghcr.io/dependabot/dependabot-updater/dependabot-updater@sha256:45fba063271b238fbb85479538d9ab8b4e27317674b98dc3e9519036816de3ba" }