Skip to content

Commit

Permalink
fix(deps): update renovate docker tag to v39.107.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 5fcaf70 commit 84109fb
Show file tree
Hide file tree
Showing 5 changed files with 1,364 additions and 1,092 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@secustor/backstage-plugin-renovate-common": "workspace:^",
"@secustor/backstage-plugin-renovate-node": "workspace:^",
"find-up": "^5.0.0",
"renovate": "39.60.0"
"renovate": "39.107.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate-backend-module-runtime-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ renovate:

# all values are option and can be used to overwrite the default values
image: registry.example.com/renovate/renovate # default: 'ghcr.io/renovatebot/renovate'
tag: latest # default: 39.60.0
tag: latest # default: 39.107.0
```
2 changes: 1 addition & 1 deletion plugins/renovate-backend-module-runtime-docker/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface Config {

/**
* The Docker image tag to use
* Default: '39.60.0'
* Default: '39.107.0'
*/
tag: string;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Docker from 'dockerode';
import { PassThrough } from 'stream';

const imageRepository = 'ghcr.io/renovatebot/renovate';
const imageTag = '39.60.0';
const imageTag = '39.107.0';

export class DockerRuntime implements RenovateWrapper {
#runner: Docker;
Expand Down
Loading

0 comments on commit 84109fb

Please sign in to comment.