Skip to content

Commit 9084f0c

Browse files
build(deps): update composer docker tag to v2.9.8
1 parent bdd1268 commit 9084f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY package.json package-lock.json ./
1717
RUN npm ci
1818

1919
# Build/install PHP dependencies
20-
FROM composer:2.9.5 AS php-dependencies
20+
FROM composer:2.9.8 AS php-dependencies
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)