From 9fa079fac9d6d580dc429e53a7b70d8c16440489 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 11 Nov 2022 14:16:15 +0100 Subject: [PATCH] bump php --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- build.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27dc969..cdffa0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM reg.zknt.org/zknt/debian-php:7.4 as builder +FROM reg.zknt.org/zknt/debian-php:8.1 as builder ARG DATE -ENV PHPVER=7.4 +ENV PHPVER=8.1 ENV IP_PATCH=2722da0c4749b726bfb87ac56ba055940c2d2fc7 ENV DISCOVERY_PATCH=79c8dba872805e197d4855d3a22a6ddea05cfb0f diff --git a/Jenkinsfile b/Jenkinsfile index 885c65a..0d76b9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ timeStamp = Calendar.getInstance().getTime().format('YYYY-MM-dd',TimeZone.getTim pipeline { agent any triggers { - upstream(upstreamProjects: "../debian-php-74/trunk", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "../debian-php-81/trunk", threshold: hudson.model.Result.SUCCESS) } stages { stage('Build image') { diff --git a/build.yaml b/build.yaml index 845c9cb..17a3795 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- version: "" project: pixelfed -trigger_upstream: ../debian-php-74/trunk +trigger_upstream: ../debian-php-81/trunk timestamp_version: true additional_tags: - latest