Skip to content

Commit

Permalink
build(deps): bump composer from 2.0 to 2.7 in /build (#40)
Browse files Browse the repository at this point in the history
Bumps composer from 2.0 to 2.7.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent b3a2fbf commit 6fcb7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG PHP=7.3

# prepare PHP source with dependencies
FROM composer:2.0 as vendor
FROM composer:2.7 as vendor

ARG JEEDOM_VERSION=V4-stable
ENV JEEDOM_VERSION=${JEEDOM_VERSION}
Expand Down

0 comments on commit 6fcb7d1

Please sign in to comment.