bump php
parent
125d37d3b4
commit
9fa079fac9
|
@ -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
|
ARG DATE
|
||||||
|
|
||||||
ENV PHPVER=7.4
|
ENV PHPVER=8.1
|
||||||
ENV IP_PATCH=2722da0c4749b726bfb87ac56ba055940c2d2fc7
|
ENV IP_PATCH=2722da0c4749b726bfb87ac56ba055940c2d2fc7
|
||||||
ENV DISCOVERY_PATCH=79c8dba872805e197d4855d3a22a6ddea05cfb0f
|
ENV DISCOVERY_PATCH=79c8dba872805e197d4855d3a22a6ddea05cfb0f
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ timeStamp = Calendar.getInstance().getTime().format('YYYY-MM-dd',TimeZone.getTim
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
triggers {
|
triggers {
|
||||||
upstream(upstreamProjects: "../debian-php-74/trunk", threshold: hudson.model.Result.SUCCESS)
|
upstream(upstreamProjects: "../debian-php-81/trunk", threshold: hudson.model.Result.SUCCESS)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
version: ""
|
version: ""
|
||||||
project: pixelfed
|
project: pixelfed
|
||||||
trigger_upstream: ../debian-php-74/trunk
|
trigger_upstream: ../debian-php-81/trunk
|
||||||
timestamp_version: true
|
timestamp_version: true
|
||||||
additional_tags:
|
additional_tags:
|
||||||
- latest
|
- latest
|
||||||
|
|
Loading…
Reference in New Issue