Skip to content

Commit

Permalink
build(deps): update dependency node to v18.17.1 (#1294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent e045c22 commit 3657046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Expand Up @@ -19,7 +19,7 @@ env:
FILE: base
BUILDKIT_PROGRESS: plain
BUILDX_NO_DEFAULT_LOAD: 1
NODE_VERSION: 18.17.0 # renovate: datasource=node depName=node
NODE_VERSION: 18.17.1 # renovate: datasource=node depName=node
CONTAINERBASE_VERSION: ${{ github.sha }}
APT_HTTP_PROXY: http://172.17.0.1:8000

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ env:
FILE: base
BUILDKIT_PROGRESS: plain
BUILDX_NO_DEFAULT_LOAD: 1
NODE_VERSION: 18.17.0 # renovate: datasource=node depName=node
NODE_VERSION: 18.17.1 # renovate: datasource=node depName=node
CONTAINERBASE_VERSION: ${{ github.sha }}
APT_HTTP_PROXY: http://172.17.0.1:8000

Expand Down

0 comments on commit 3657046

Please sign in to comment.