Skip to content

Commit

Permalink
Merge branch 'main' into mctofu-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 22, 2022
2 parents 186c52a + 13a5b47 commit 720e930
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 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.

5 changes: 3 additions & 2 deletions 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 dist/main/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker/Dockerfile.updater
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker.pkg.github.com/dependabot/dependabot-updater@sha256:a0883887e3144470e09d02bafd8db38e3ca0e7fa82756aa60ffd72a3e56cccbf
FROM docker.pkg.github.com/dependabot/dependabot-updater@sha256:2b7f7c1905471943879183e67e0ec6b083184824f5ee608852e318a0181dc133
2 changes: 1 addition & 1 deletion docker/containers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"proxy": "docker.pkg.github.com/github/dependabot-update-job-proxy@sha256:21ca670ef8ef375e4168be3e1cedfe1a165724314299e147303cbeae57d6ba3c",
"updater": "docker.pkg.github.com/dependabot/dependabot-updater@sha256:a0883887e3144470e09d02bafd8db38e3ca0e7fa82756aa60ffd72a3e56cccbf"
"updater": "docker.pkg.github.com/dependabot/dependabot-updater@sha256:2b7f7c1905471943879183e67e0ec6b083184824f5ee608852e318a0181dc133"
}
3 changes: 2 additions & 1 deletion src/updater-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export class UpdaterBuilder {
`http_proxy=${this.proxy.url}`,
`HTTP_PROXY=${this.proxy.url}`,
`https_proxy=${this.proxy.url}`,
`HTTPS_PROXY=${this.proxy.url}`
`HTTPS_PROXY=${this.proxy.url}`,
`ENABLE_CONNECTIVITY_CHECK=1`
],
Cmd: ['sh', '-c', cmd],
HostConfig: {
Expand Down

0 comments on commit 720e930

Please sign in to comment.