Skip to content

Commit

Permalink
Latest alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jul 8, 2024
1 parent 7976a95 commit 9d56a08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bin/helper
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

COMMAND=$1
LATEST_ALPINE_MINOR=3.20
LATEST_ALPINE_VERSION=3.20.0
FALLBACK_VERSION_81="8.1.28"
FALLBACK_VERSION_82="8.2.19"
FALLBACK_VERSION_83="8.3.7"
LATEST_ALPINE_VERSION=3.20.1
FALLBACK_VERSION_81="8.1.29"
FALLBACK_VERSION_82="8.2.20"
FALLBACK_VERSION_83="8.3.8"

if [[ $COMMAND == alpineversion ]]
then
Expand Down
4 changes: 2 additions & 2 deletions php/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "ALPINE_VERSION" {
default = "3.20.0"
default = "3.20.1"
}

variable "REPO_BASE" {
Expand Down Expand Up @@ -69,7 +69,7 @@ target "php" {
target "php-81" {
inherits = ["common", "php"]
args = {
ALPINE_VERSION = "3.19.1"
ALPINE_VERSION = "3.19.2"
PHP_VERSION = "8.1"
PHP_SHORT_VERSION = "81"
}
Expand Down

0 comments on commit 9d56a08

Please sign in to comment.