Skip to content

Commit c078ca9

Browse files
authored
Bump to php 7.4.29 and composer 2.3.5. (#8)
1 parent fa89619 commit c078ca9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM php:7.4.28-fpm-alpine3.14
1+
FROM php:7.4.29-fpm-alpine3.14
22

33
LABEL maintainer="marji@morpht.com"
44
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php-7.4"
55

6-
ENV COMPOSER_VERSION=2.2.9 \
7-
COMPOSER_HASH_SHA256=48f9fdc9ad93904fee96550b45ae03a51f69718502ee855da894b4ad71d2dfe0
6+
ENV COMPOSER_VERSION=2.3.5 \
7+
COMPOSER_HASH_SHA256=3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4
88

99
RUN apk add --no-cache --update git \
1010
bash \

0 commit comments

Comments
 (0)