UNCLASSIFIED

Commit 953c4701 authored by Tim Seagren's avatar Tim Seagren
Browse files

update for 7.4.9

parent 6e93d717
......@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="php" \
org.opencontainers.image.description="PHP is a popular general-purpose scripting language that is especially suited to web development." \
org.opencontainers.image.licenses="PHP-3.01" \
org.opencontainers.image.url="https://www.php.net/" \
org.opencontainers.image.version="7.4.8" \
org.opencontainers.image.version="7.4.9" \
maintainer="cht@dsop.io"
COPY php.tar.gz /usr/local/src/
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "7.4.8")
dccscrPipeline(version: "7.4.9")
......@@ -41,7 +41,7 @@ spec:
volumeMounts:
- mountPath: "/var/www/html"
name: php-source
- image: php:7.4.8
- image: php:7.4.9
name: php
ports:
- containerPort: 9000
......
resources:
- url: "https://github.com/php/php-src/archive/php-7.4.8.tar.gz"
- url: "https://github.com/php/php-src/archive/php-7.4.9.tar.gz"
filename: "php.tar.gz"
validation:
type: "sha256"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment