Skip to content

Commit 1111612

Browse files
fix PHP version
1 parent 778f9ab commit 1111612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=7.4.10
1+
ARG PHP_VERSION=7.4.14
22
ARG NGINX_VERSION=1.18
33

44
FROM php:${PHP_VERSION}-fpm-alpine AS app_php

Dockerfile_prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=7.4.10
1+
ARG PHP_VERSION=7.4.14
22
ARG NGINX_VERSION=1.18
33

44
FROM php:${PHP_VERSION}-fpm-alpine AS app_php

0 commit comments

Comments
 (0)