Skip to content

Commit 1d3ba42

Browse files
committed
Fixing github actions with composer image change
1 parent b80b18a commit 1d3ba42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/nginx/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update -y \
44
&& apt-get install -y nginx libpng-dev zlib1g-dev git unzip
55

66
# PHP_CPPFLAGS are used by the docker-php-ext-* scripts
7-
ENV PHP_CPPFLAGS="$PHP_CPPFLAGS -std=c++11"
7+
ENV PHP_CPPFLAGS="$PHP_CPPFLAGS -std=c++17"
88

99
RUN docker-php-ext-install pdo_mysql gd pdo \
1010
&& docker-php-ext-install opcache \

build/nginx/Dockerfile.composer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM composer
1+
FROM composer:2.6.4
22

33
RUN apk add gd-dev libpng-dev
44
RUN docker-php-ext-install gd
5-
WORKDIR /app
5+
WORKDIR /app

0 commit comments

Comments
 (0)