diff --git a/branches/8.1/container.env b/branches/8.1/container.env index 846926c..1fedbfe 100644 --- a/branches/8.1/container.env +++ b/branches/8.1/container.env @@ -1,7 +1,7 @@ MILESTONE="8.1" VERSION="${VERSION:-$MILESTONE}" VERSION_ENDOFLIFE="no" -VERSION_ALPINE="3.18" +VERSION_ALPINE="3.19" REGISTRY="${REGISTRY:-ghcr.io}" OWNER="${OWNER:-sgsgermany}" diff --git a/branches/8.2/container.env b/branches/8.2/container.env index 8b880d8..47c3715 100644 --- a/branches/8.2/container.env +++ b/branches/8.2/container.env @@ -1,7 +1,7 @@ MILESTONE="8.2" VERSION="${VERSION:-$MILESTONE}" VERSION_ENDOFLIFE="no" -VERSION_ALPINE="3.18" +VERSION_ALPINE="3.19" REGISTRY="${REGISTRY:-ghcr.io}" OWNER="${OWNER:-sgsgermany}" diff --git a/branches/8.3/container.env b/branches/8.3/container.env index b7d92b4..e95e504 100644 --- a/branches/8.3/container.env +++ b/branches/8.3/container.env @@ -1,7 +1,7 @@ MILESTONE="8.3" VERSION="${VERSION:-$MILESTONE}" VERSION_ENDOFLIFE="no" -VERSION_ALPINE="3.18" +VERSION_ALPINE="3.19" REGISTRY="${REGISTRY:-ghcr.io}" OWNER="${OWNER:-sgsgermany}" diff --git a/container.env b/container.env index c3c5239..94c790e 100644 --- a/container.env +++ b/container.env @@ -1,7 +1,7 @@ MILESTONE="${MILESTONE:-8.3}" VERSION="${VERSION:-$MILESTONE}" VERSION_ENDOFLIFE="${VERSION_ENDOFLIFE:-no}" -VERSION_ALPINE="${VERSION_ALPINE:-3.18}" +VERSION_ALPINE="${VERSION_ALPINE:-3.19}" REGISTRY="${REGISTRY:-ghcr.io}" OWNER="${OWNER:-sgsgermany}"