Skip to content

Commit

Permalink
chore(deps): bump php from 8.2.4-fpm-alpine3.17 to 8.2.8-fpm-alpine3.17
Browse files Browse the repository at this point in the history
Bumps php from 8.2.4-fpm-alpine3.17 to 8.2.8-fpm-alpine3.17.

---
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 Jul 21, 2023
1 parent 17fa3ac commit c18368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM composer:2.5.8 as composer

##################################

FROM php:8.2.4-fpm-alpine3.17
FROM php:8.2.8-fpm-alpine3.17

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

Expand Down

0 comments on commit c18368e

Please sign in to comment.