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

Commit 838f889

Browse files
authored
Bump minor version to pick up latest OS, runtime updates for 1.63 release (#1182)
1 parent d3e7e88 commit 838f889

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

containers/codespaces-linux/definition-manifest.json

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

containers/cpp/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", "hirsute", "focal", "bionic", "stretch"],
3-
"definitionVersion": "0.203.2",
3+
"definitionVersion": "0.203.3",
44
"build": {
55
"latest": "bullseye",
66
"parent": {

containers/debian/definition-manifest.json

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

containers/dotnet/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["6.0-bullseye-slim", "6.0-focal", "5.0-bullseye-slim", "5.0-focal", "3.1-bullseye", "3.1-focal"],
3-
"definitionVersion": "0.202.0",
3+
"definitionVersion": "0.202.1",
44
"build": {
55
"latest": "6.0-bullseye-slim",
66
"rootDistro": "debian",

containers/go/definition-manifest.json

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

containers/javascript-node/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["16-bullseye", "14-bullseye", "12-bullseye", "16-buster", "14-buster", "12-buster"],
3-
"definitionVersion": "0.203.1",
3+
"definitionVersion": "0.203.2",
44
"build": {
55
"latest": "16-buster",
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.3",
3+
"definitionVersion": "0.1.4",
44
"build": {
55
"latest": "2.7-bullseye",
66
"parent": "ruby",

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.2",
2+
"definitionVersion": "0.202.3",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

containers/python-3-miniconda/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.0",
2+
"definitionVersion": "0.202.1",
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.0",
3+
"definitionVersion": "0.203.1",
44
"build": {
55
"latest": "3.10-bullseye",
66
"rootDistro": "debian",

0 commit comments

Comments
 (0)