Skip to content

Commit

Permalink
- (docker dev) Bump php in /environment/dev/app
Browse files Browse the repository at this point in the history
Bumps php from 8.2.9-fpm-bullseye to 8.3.1-fpm-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent c2af7dc commit 767690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM composer/composer:2.5.8-bin as composer-bin

FROM node:21.4.0-bullseye-slim as node

FROM php:8.2.9-fpm-bullseye
FROM php:8.3.1-fpm-bullseye

COPY --from=composer-bin ./composer /usr/bin/composer

Expand Down

0 comments on commit 767690b

Please sign in to comment.