diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-23 14:59:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 14:59:55 +0000 |
commit | 79d7e4bb3546327bb527d52173d388b937ca15b1 (patch) | |
tree | d7b3f6b3b74d43ebcd8acc4dd6ea017020184a43 | |
parent | 7db44d743a9f6c577c3f0c0eea23bd23ea87718b (diff) | |
download | renovate-gh-readonly-queue/main/pr-33254-7db44d743a9f6c577c3f0c0eea23bd23ea87718b.tar.gz renovate-gh-readonly-queue/main/pr-33254-7db44d743a9f6c577c3f0c0eea23bd23ea87718b.zip |
chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.5.1 (#33254)gh-readonly-queue/main/pr-33254-7db44d743a9f6c577c3f0c0eea23bd23ea87718b
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .devcontainer/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index df350e16737..d15b9f9151c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1 +1 @@ -FROM ghcr.io/containerbase/devcontainer:13.5.0 +FROM ghcr.io/containerbase/devcontainer:13.5.1 |