Skip to content
Open
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"docker/alpine": "3.24.0",
"docker/debian": "13.5.0",
"docker/rocky": "10.2.0"
"docker/alpine": "3.23.4",
"docker/debian": "13.4.0",
"docker/rocky": "10.1.0"
}
7 changes: 7 additions & 0 deletions docker/alpine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.23.4](https://github.com/snowdreamtech/devcontainers/compare/alpine-v3.24.0...alpine-v3.23.4) (2026-06-15)


### 🐛 Bug Fixes

* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3))

## [3.23.4](https://github.com/snowdreamtech/base/compare/alpine-v3.23.4...alpine-v3.23.4) (2026-04-29)


Expand Down
7 changes: 7 additions & 0 deletions docker/debian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [13.4.0](https://github.com/snowdreamtech/devcontainers/compare/debian-v13.5.0...debian-v13.4.0) (2026-06-15)


### 🐛 Bug Fixes

* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3))

## [13.4.0](https://github.com/snowdreamtech/base/compare/debian-v13.4.0...debian-v13.4.0) (2026-04-29)


Expand Down
7 changes: 7 additions & 0 deletions docker/rocky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.1.0](https://github.com/snowdreamtech/devcontainers/compare/rocky-v10.2.0...rocky-v10.1.0) (2026-06-15)


### 🐛 Bug Fixes

* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3))

## [10.1.0](https://github.com/snowdreamtech/base/compare/rocky-v10.1.0...rocky-v10.1.0) (2026-04-29)


Expand Down
Loading