Skip to content

Commit

Permalink
Update PHP to 8.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Jul 3, 2023
1 parent d154297 commit 57299e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#============================================
# BUILD
#============================================
FROM php:8.2.6-cli-alpine3.18 AS builder
FROM php:8.2.7-cli-alpine3.18 AS builder

# https://blog.packagecloud.io/eng/2017/02/21/set-environment-variable-save-thousands-of-system-calls/
ENV TZ=:UTC
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN composer install --no-progress --ignore-platform-reqs --no-dev --prefer-dist
#============================================
# COMMAND LINE INTERFACE
#============================================
FROM php:8.2.6-cli-alpine3.18 as cli
FROM php:8.2.7-cli-alpine3.18 as cli

# https://blog.packagecloud.io/eng/2017/02/21/set-environment-variable-save-thousands-of-system-calls/
ENV TZ=:UTC
Expand Down Expand Up @@ -175,7 +175,7 @@ CMD ["php"]
#============================================
# FPM SAPI
#============================================
FROM php:8.2.6-fpm-alpine3.18 as fpm
FROM php:8.2.7-fpm-alpine3.18 as fpm

# https://blog.packagecloud.io/eng/2017/02/21/set-environment-variable-save-thousands-of-system-calls/
ENV TZ=:UTC
Expand Down

0 comments on commit 57299e9

Please sign in to comment.