Skip to content

Commit 0e6da73

Browse files
committed
feat: bump composer
1 parent 83b1c39 commit 0e6da73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer:2.0 as composer
1+
FROM composer:2.6 as composer
22

33
ARG TESTING=false
44
ENV TESTING=$TESTING
@@ -24,4 +24,4 @@ RUN apk update && apk add git
2424
COPY --from=composer /usr/local/src/vendor /usr/local/src/vendor
2525
COPY . /usr/local/src/
2626

27-
CMD [ "tail", "-f", "/dev/null" ]
27+
CMD [ "tail", "-f", "/dev/null" ]

0 commit comments

Comments
 (0)