Skip to content

Commit

Permalink
Bump composer from 2.6.2 to 2.6.4 in /laravel (#398)
Browse files Browse the repository at this point in the history
Bumps composer from 2.6.2 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 37f11e5 commit 2a402c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#######################
# Build backend source
#######################
FROM composer:2.6.2 as backend
FROM composer:2.6.4 as backend
WORKDIR /app

# Copy composer.lock and composer.json
Expand Down

0 comments on commit 2a402c2

Please sign in to comment.