Skip to content

Commit

Permalink
Bump php from 8.2.9-cli-alpine3.18 to 8.2.10-cli-alpine3.18 in /docker
Browse files Browse the repository at this point in the history
Bumps php from 8.2.9-cli-alpine3.18 to 8.2.10-cli-alpine3.18.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and flavioheleno committed Sep 4, 2023
1 parent 668ec21 commit 527f407
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.9-cli-alpine3.18 AS builder
FROM php:8.2.10-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.9-cli-alpine3.18 as cli
FROM php:8.2.10-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.9-fpm-alpine3.18 as fpm
FROM php:8.2.10-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 527f407

Please sign in to comment.