Skip to content

Commit 241fa64

Browse files
build: Automated lockfile update
This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## docker-outside-of-docker (1.3.26 -> 1.3.27) | Package | From | To | | --- | --- | --- | | docker | `1-29.3.1-1` | `1-29.4.0-1` | ## go (1.7.28 -> 1.7.29) | Package | From | To | | --- | --- | --- | | go | `1.26.1` | `1.26.2` | ## docker-in-docker (1.3.26 -> 1.3.27) | Package | From | To | | --- | --- | --- | | docker | `1-29.3.1-1` | `1-29.4.0-1` | ## azure-cli (1.0.18 -> 1.0.19) | Package | From | To | | --- | --- | --- | | azure-cli | `2.84.0-2` | `2.85.0-1` | ## gcloud-cli (1.0.54 -> 1.0.55) | Package | From | To | | --- | --- | --- | | google-cloud-sdk | `563.0.0` | `564.0.0` | Co-authored-by: Bart Venter <bartventer@outlook.com>
1 parent ea04b21 commit 241fa64

10 files changed

Lines changed: 10 additions & 10 deletions

src/azure-cli/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "azure-cli",
5-
"version": "2.84.0-2",
5+
"version": "2.85.0-1",
66
"versionScheme": "archlinux"
77
}
88
]

src/azure-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "azure-cli",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"name": "Azure CLI",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/azure-cli",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

src/docker-in-docker/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "docker",
5-
"version": "1-29.3.1-1",
5+
"version": "1-29.4.0-1",
66
"versionScheme": "archlinux"
77
}
88
]

src/docker-in-docker/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "docker-in-docker",
3-
"version": "1.3.26",
3+
"version": "1.3.27",
44
"name": "Docker (Docker-in-Docker)",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/docker-in-docker",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

src/docker-outside-of-docker/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "docker",
5-
"version": "1-29.3.1-1",
5+
"version": "1-29.4.0-1",
66
"versionScheme": "archlinux"
77
}
88
]

src/docker-outside-of-docker/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "docker-outside-of-docker",
3-
"version": "1.3.26",
3+
"version": "1.3.27",
44
"name": "Docker (docker-outside-of-docker)",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/docker-outside-of-docker",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

src/gcloud-cli/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "google-cloud-sdk",
5-
"version": "563.0.0",
5+
"version": "564.0.0",
66
"versionScheme": "semver",
77
"checkLatestCommand": "curl -sL https://dl.google.com/dl/cloudsdk/channels/rapid/components-2.json | jq -r '.version'"
88
}

src/gcloud-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gcloud-cli",
3-
"version": "1.0.54",
3+
"version": "1.0.55",
44
"name": "Google Cloud CLI",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/gcloud-cli",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

src/go/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "go",
5-
"version": "1.26.1",
5+
"version": "1.26.2",
66
"versionScheme": "semver",
77
"checkLatestCommand": "curl -sL https://go.dev/VERSION?m=text | tr -d 'go' | head -1"
88
},

src/go/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.7.28",
3+
"version": "1.7.29",
44
"name": "Go",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/go",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

0 commit comments

Comments
 (0)