Skip to content

Commit

Permalink
Bump composer from 2.6.3 to 2.6.4
Browse files Browse the repository at this point in the history
Bumps composer from 2.6.3 to 2.6.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pmaene committed Sep 30, 2023
1 parent 3f931c3 commit 88ce4b8
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 caddy:2.7.4 AS caddy

# development
FROM composer:2.6.3 AS composer
FROM composer:2.6.4 AS composer

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down

0 comments on commit 88ce4b8

Please sign in to comment.