Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit bcdb9ef

Browse files
authored
Bump for patching, default to bullseye (#1400)
1 parent f74f1d5 commit bcdb9ef

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

containers/dotnet/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
// Update 'VARIANT' to pick a .NET Core version: 3.1, 5.0, 6.0
77
// Append -bullseye or -focal to pin to an OS version.
8-
"VARIANT": "6.0",
8+
"VARIANT": "6.0-bullseye",
99
// Options
1010
"NODE_VERSION": "lts/*"
1111
}

containers/java-8/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": [ "bullseye", "buster" ],
3-
"definitionVersion": "0.205.2",
3+
"definitionVersion": "0.205.3",
44
"build": {
55
"latest": false,
66
"rootDistro": "debian",

containers/java/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": [ "17-bullseye", "17-buster", "11-bullseye", "11-buster" ],
3-
"definitionVersion": "0.205.2",
3+
"definitionVersion": "0.205.3",
44
"build": {
55
"latest": "17-bullseye",
66
"rootDistro": "debian",

containers/jekyll/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["2.7-bullseye", "2.7-buster"],
3-
"definitionVersion": "0.1.5",
3+
"definitionVersion": "0.1.6",
44
"build": {
55
"latest": "2.7-bullseye",
66
"parent": "ruby",

containers/php/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["8.1-apache-bullseye", "8.0-apache-bullseye", "7.4-apache-bullseye", "8.1-apache-buster", "8.0-apache-buster", "7.4-apache-buster" ],
3-
"definitionVersion": "0.203.2",
3+
"definitionVersion": "0.203.3",
44
"build": {
55
"latest": "8.1-apache-bullseye",
66
"rootDistro": "debian",

containers/python-3-anaconda/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"definitionVersion": "0.202.5",
2+
"definitionVersion": "0.202.6",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

containers/python-3/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["3.10-bullseye", "3.9-bullseye", "3.8-bullseye", "3.7-bullseye", "3.6-bullseye", "3.10-buster", "3.9-buster", "3.8-buster", "3.7-buster", "3.6-buster"],
3-
"definitionVersion": "0.203.3",
3+
"definitionVersion": "0.203.5",
44
"build": {
55
"latest": "3.10-bullseye",
66
"rootDistro": "debian",

containers/ruby/definition-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"variants": ["3.1-bullseye", "3.0-bullseye", "2.7-bullseye", "2.6-bullseye", "3.1-buster", "3.0-buster", "2.7-buster", "2.6-buster"],
3-
"definitionVersion": "0.203.1",
3+
"definitionVersion": "0.203.2",
44
"build": {
5-
"latest": "3.0-bullseye",
5+
"latest": "3.1-bullseye",
66
"rootDistro": "debian",
77
"architectures": {
88
"3.1-bullseye": ["linux/amd64", "linux/arm64"],

containers/rust/definition-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"variants": ["buster", "bullseye"],
3-
"definitionVersion": "0.201.5",
3+
"definitionVersion": "0.202.0",
44
"build": {
5-
"latest": "buster",
5+
"latest": "bullseye",
66
"rootDistro": "debian",
77
"architectures": {
88
"bullseye": ["linux/amd64", "linux/arm64"],

0 commit comments

Comments
 (0)