Skip to content

Commit

Permalink
Update composer Docker tag to v2.6.3
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| docker     | composer | 2.6.2 | 2.6.3 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 9c6430c commit 0c4a59f
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,5 +1,5 @@
FROM ubuntu:22.04 AS base-distro
FROM composer:2.6.2 AS vendor-dependencies
FROM composer:2.6.3 AS vendor-dependencies

COPY composer.json \
composer.lock \
Expand Down

0 comments on commit 0c4a59f

Please sign in to comment.