Skip to content

Commit

Permalink
Revert to alpine 3.19 for php 8.1 images
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Jun 12, 2024
1 parent 908da58 commit e52ee3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/drupal/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ target "php81-dev" {
args = {
PHP_VERSION = "8.1"
PHP_SHORT_VERSION = "81"
ALPINE_VERSION = "3.20"
ALPINE_VERSION = "3.19"
}
tags = ["${REPO_BASE}:8.1-dev"]
platforms = ["linux/amd64"]
Expand All @@ -80,7 +80,7 @@ target "php81" {
args = {
PHP_VERSION = "8.1"
PHP_SHORT_VERSION = "81"
ALPINE_VERSION = "3.20"
ALPINE_VERSION = "3.19"
}
tags = ["${REPO_BASE}:8.1"]
platforms = ["linux/amd64"]
Expand Down

0 comments on commit e52ee3e

Please sign in to comment.