Skip to content

Commit

Permalink
Merge pull request #32 from City-of-Helsinki/UHF-X-updates
Browse files Browse the repository at this point in the history
Update to alpine 3.20
  • Loading branch information
tuutti authored Jul 1, 2024
2 parents 0e1f81f + c68a9d8 commit f015ff5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions local/drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY --from=ghcr.io/city-of-helsinki/drupal-oc-cli:latest /usr/bin/oc /usr/bin/o

RUN sudo apk add --no-cache jq

RUN sudo composer self-update

# Autostart drush server and syslog services.
COPY entrypoints/ /entrypoints

Expand Down
10 changes: 5 additions & 5 deletions openshift/drupal/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group "prod" {
target "php" {
target = "final"
args = {
ALPINE_VERSION = "3.19"
ALPINE_VERSION = "3.20"
}
}

Expand All @@ -25,7 +25,7 @@ target "php83-dev" {
args = {
PHP_VERSION = "8.3"
PHP_SHORT_VERSION = "83"
ALPINE_VERSION = "3.19"
ALPINE_VERSION = "3.20"
}
tags = ["${REPO_BASE}:8.3-dev"]
platforms = ["linux/amd64"]
Expand All @@ -36,7 +36,7 @@ target "php83" {
args = {
PHP_VERSION = "8.3"
PHP_SHORT_VERSION = "83"
ALPINE_VERSION = "3.19"
ALPINE_VERSION = "3.20"
}
tags = ["${REPO_BASE}:8.3"]
platforms = ["linux/amd64"]
Expand All @@ -47,7 +47,7 @@ target "php82-dev" {
args = {
PHP_VERSION = "8.2"
PHP_SHORT_VERSION = "82"
ALPINE_VERSION = "3.19"
ALPINE_VERSION = "3.20"
}
tags = ["${REPO_BASE}:8.2-dev"]
platforms = ["linux/amd64"]
Expand All @@ -58,7 +58,7 @@ target "php82" {
args = {
PHP_VERSION = "8.2"
PHP_SHORT_VERSION = "82"
ALPINE_VERSION = "3.19"
ALPINE_VERSION = "3.20"
}
tags = ["${REPO_BASE}:8.2"]
platforms = ["linux/amd64"]
Expand Down
2 changes: 1 addition & 1 deletion openshift/drupal/tests/php82.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ commandTests:
- name: 'Alpine version'
command: cat
args: ['/etc/alpine-release']
expectedOutput: ['3.19.*']
expectedOutput: ['3.20.*']
2 changes: 1 addition & 1 deletion openshift/drupal/tests/php83.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ commandTests:
- name: 'Alpine version'
command: cat
args: ['/etc/alpine-release']
expectedOutput: ['3.19.*']
expectedOutput: ['3.20.*']

0 comments on commit f015ff5

Please sign in to comment.