Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and slafayIGN committed Dec 8, 2023
1 parent 5c2f2b3 commit 2386497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#----------------------------------------------------------------------
# Download vendor from composer.json in dedicated layer
#----------------------------------------------------------------------
FROM composer:2.3 as vendor
FROM composer:2.6 as vendor

RUN mkdir -p /opt/validator-api
WORKDIR /opt/validator-api
Expand Down

0 comments on commit 2386497

Please sign in to comment.