Skip to content

Commit

Permalink
updated composer to 2.7.7 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Jul 11, 2024
1 parent 3e2d454 commit 4e7434d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM base

ARG TARGETARCH
ARG COMPOSER_VERSION=2.7.2
ARG COMPOSER_VERSION=2.7.7
ARG COMPOSER_FILE=composer.phar
ARG COMPOSER_URL=https://getcomposer.org/download/${COMPOSER_VERSION}/${COMPOSER_FILE}
ARG COMPOSER_SHA256=049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac
ARG COMPOSER_SHA256=aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be

WORKDIR /var/www

Expand Down

0 comments on commit 4e7434d

Please sign in to comment.