Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump github/dependabot-update-job-proxy/dependabot-update-job-proxy from v2.0.20241211065819 to v2.0.20241211194452 in /docker #1359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __tests__/updater-builder-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ integration('UpdaterBuilder', () => {

await proxy.shutdown()
await container.remove()
})
}, 30000)
Copy link
Member

@jeffwidman jeffwidman Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was supposed to be a test, I forgot we have auto-merge on this repo... I reduced it in:

})
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.proxy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241211065819@sha256:d72de0e2c5f3868d997323296bba8ed192e5bbd9af95889d613bec48cc1d1c29
FROM ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241211194452@sha256:fe0d888aac1b8011b23293d6ab2dc3567b17e307cdb127dc695f662d27fcade6
2 changes: 1 addition & 1 deletion docker/containers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"proxy": "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241211065819@sha256:d72de0e2c5f3868d997323296bba8ed192e5bbd9af95889d613bec48cc1d1c29",
"proxy": "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241211194452@sha256:fe0d888aac1b8011b23293d6ab2dc3567b17e307cdb127dc695f662d27fcade6",
"bundler": "ghcr.io/dependabot/dependabot-updater-bundler:v2.0.20241210031014@sha256:350de1d0b434e6aa560dc76b017a9e843604fd0ccd97238cd058c119a46fe559",
"cargo": "ghcr.io/dependabot/dependabot-updater-cargo:v2.0.20241210031014@sha256:a8773c571551464a2007756197253f60ebdace4918e6a88267efe856d35dcd9d",
"composer": "ghcr.io/dependabot/dependabot-updater-composer:v2.0.20241210031014@sha256:7c25b5a4072979c89616645ec6f317971ca5891e9c55da1d206cc1bb26281f6b",
Expand Down
Loading