Update php to 8.1

This commit is contained in:
Deon George 2022-07-30 10:51:02 +10:00
parent a0a0c7e1e2
commit 26c30cb5cb
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ stages:
variables: variables:
BRANCH: latest BRANCH: latest
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

View File

@ -1,7 +1,7 @@
# NAME leenooks/php # NAME leenooks/php
# VERSION 8.0-fpm-latest # VERSION 8.1-fpm-latest
FROM php:8.0-fpm FROM php:8.1-fpm
RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx wait-for-it \ RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx wait-for-it \
&& rm /etc/nginx/sites-enabled/default \ && rm /etc/nginx/sites-enabled/default \