Skip to content

Commit

Permalink
Dockerfile(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidrjenni committed Oct 2, 2023
1 parent fcaaf8c commit 8ed52b8
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
@@ -1,4 +1,4 @@
FROM composer:2.6.3@sha256:7ffdfb7a2807a6f287252eaa4e8e0a446c6c895f88c30e2ae975015d016a883e AS builder
FROM composer:2.6.4@sha256:fd0b4f28a5070d4361d5cbfe7f7807a10bf2efe9396e42009f9e63f7fa307e38 AS builder

COPY composer.json /app/
COPY composer.lock /app/
Expand Down

0 comments on commit 8ed52b8

Please sign in to comment.