Update php to 8.1
This commit is contained in:
parent
7652408e48
commit
923b4e72ca
@ -6,7 +6,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
BRANCH: image
|
BRANCH: image
|
||||||
VERSION: 8.0-fpm-${BRANCH}
|
VERSION: 8.1-fpm-${BRANCH}
|
||||||
CACHETAG: build-${BRANCH}
|
CACHETAG: build-${BRANCH}
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# NAME leenooks/php
|
# NAME leenooks/php
|
||||||
# VERSION 8.0-fpm-image
|
# VERSION 8.1-fpm-image
|
||||||
|
|
||||||
FROM registry.leenooks.net/leenooks/php:8.0-fpm-latest
|
FROM registry.leenooks.net/leenooks/php:8.1-fpm-latest
|
||||||
|
|
||||||
RUN mv /sbin/init /sbin/init.tmp \
|
RUN mv /sbin/init /sbin/init.tmp \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# NAME leenooks/php
|
# NAME leenooks/php
|
||||||
# VERSION 8.0-fpm-image-test
|
# VERSION 8.1-fpm-image-test
|
||||||
|
|
||||||
FROM registry.leenooks.net/leenooks/php:8.0-fpm-image
|
FROM registry.leenooks.net/leenooks/php:8.1-fpm-image
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install wget build-essential \
|
RUN apt-get update && apt-get -y install wget build-essential \
|
||||||
&& pecl install xdebug \
|
&& pecl install xdebug \
|
||||||
|
Loading…
Reference in New Issue
Block a user