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

Commit 0ccebf5

Browse files
authored
Bump image version numbers up for next release (CI Ignore)
1 parent 5ec50dc commit 0ccebf5

11 files changed

+11
-11
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.14", "3.13", "3.12", "3.11"],
3-
"definitionVersion": "0.203.0",
3+
"definitionVersion": "0.203.1",
44
"build": {
55
"latest": false,
66
"rootDistro": "alpine",

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.2",
3+
"definitionVersion": "0.202.3",
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.201.11",
3+
"definitionVersion": "0.201.12",
44
"build": {
55
"latest": "5.0-focal",
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.0",
3+
"definitionVersion": "0.205.1",
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.0",
3+
"definitionVersion": "0.203.1",
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.2",
3+
"definitionVersion": "0.1.3",
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.0-apache-bullseye", "7.4-apache-bullseye", "7.3-apache-bullseye", "8.0-apache-buster", "7.4-apache-buster", "7.3-apache-buster"],
3-
"definitionVersion": "0.202.0",
3+
"definitionVersion": "0.202.1",
44
"build": {
55
"latest": "8.0-apache-bullseye",
66
"rootDistro": "debian",

containers/ruby/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.0-bullseye", "2.7-bullseye", "2.6-bullseye","3.0-buster", "2.7-buster", "2.6-buster"],
3-
"definitionVersion": "0.202.0",
3+
"definitionVersion": "0.202.1",
44
"build": {
55
"latest": "3.0-bullseye",
66
"rootDistro": "debian",

containers/rust/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"],
3-
"definitionVersion": "0.201.0",
3+
"definitionVersion": "0.201.1",
44
"build": {
55
"latest": "buster",
66
"rootDistro": "debian",

containers/typescript-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.0",
3+
"definitionVersion": "0.203.1",
44
"build": {
55
"latest": "16-buster",
66
"rootDistro": "debian",

0 commit comments

Comments
 (0)