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

Commit e989b73

Browse files
authored
Ruby 3.1.0, bump version numbers for release (#1268)
1 parent c80274c commit e989b73

26 files changed

+38
-32
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.0",
3+
"definitionVersion": "0.204.1",
44
"build": {
55
"latest": false,
66
"rootDistro": "alpine",

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.3",
3+
"definitionVersion": "0.203.4",
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.4",
3+
"definitionVersion": "0.202.5",
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.1",
3+
"definitionVersion": "0.202.2",
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.2",
3+
"definitionVersion": "0.205.3",
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.0",
3+
"definitionVersion": "0.205.1",
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.0",
3+
"definitionVersion": "0.205.1",
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.2",
3+
"definitionVersion": "0.203.3",
44
"build": {
55
"latest": "16-buster",
66
"rootDistro": "debian",

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

0 commit comments

Comments
 (0)