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

Commit cf453b2

Browse files
authored
Bump break fix versions for release 1.65 (#1318)
1 parent b4cc2a1 commit cf453b2

17 files changed

+17
-17
lines changed

containers/alpine/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.15", "3.14", "3.13", "3.12"],
3-
"definitionVersion": "0.204.1",
3+
"definitionVersion": "0.204.2",
44
"build": {
55
"latest": false,
66
"rootDistro": "alpine",

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

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.5",
3+
"definitionVersion": "0.202.6",
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.2",
3+
"definitionVersion": "0.203.0",
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.3",
3+
"definitionVersion": "0.205.4",
44
"build": {
55
"latest": "1.17-bullseye",
66
"rootDistro": "debian",

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.1",
3+
"definitionVersion": "0.205.2",
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.1",
3+
"definitionVersion": "0.205.2",
44
"build": {
55
"latest": "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.3",
3+
"definitionVersion": "0.203.4",
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.4",
3+
"definitionVersion": "0.1.5",
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.1",
3+
"definitionVersion": "0.203.2",
44
"build": {
55
"latest": "8.1-apache-bullseye",
66
"rootDistro": "debian",

0 commit comments

Comments
 (0)