diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-23 14:56:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 14:56:02 +0000 |
commit | 528ce233c88bfa05b839a91bc4b56354406071e7 (patch) | |
tree | d7b3f6b3b74d43ebcd8acc4dd6ea017020184a43 | |
parent | 7db44d743a9f6c577c3f0c0eea23bd23ea87718b (diff) | |
download | renovate/ghcr.io-containerbase-devcontainer-13.x.tar.gz renovate/ghcr.io-containerbase-devcontainer-13.x.zip |
chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.5.1renovate/ghcr.io-containerbase-devcontainer-13.x
| datasource | package | from | to |
| ---------- | ---------------------------------- | ------ | ------ |
| docker | ghcr.io/containerbase/devcontainer | 13.5.0 | 13.5.1 |
-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 |