Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent c501182 commit 647fcc6
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.6 as vendor
FROM composer:2.8 as vendor

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

0 comments on commit 647fcc6

Please sign in to comment.