Skip to content

Commit

Permalink
Update to Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jan 26, 2024
1 parent 71d309a commit 936c276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion branches/8.1/container.env
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion branches/8.2/container.env
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion branches/8.3/container.env
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion container.env
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 936c276

Please sign in to comment.