Skip to content

Commit

Permalink
Bump PHP to 8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Mar 16, 2024
1 parent d1723c4 commit 4aefc9a
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.16-cli-alpine3.19 AS builder
FROM php:8.3.4-cli-alpine3.19 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.16-cli-alpine3.19 as cli
FROM php:8.3.4-cli-alpine3.19 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.16-fpm-alpine3.19 as fpm
FROM php:8.3.4-fpm-alpine3.19 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 4aefc9a

Please sign in to comment.