We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89619 commit c078ca9Copy full SHA for c078ca9
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM php:7.4.28-fpm-alpine3.14
+FROM php:7.4.29-fpm-alpine3.14
2
3
LABEL maintainer="marji@morpht.com"
4
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php-7.4"
5
6
-ENV COMPOSER_VERSION=2.2.9 \
7
- COMPOSER_HASH_SHA256=48f9fdc9ad93904fee96550b45ae03a51f69718502ee855da894b4ad71d2dfe0
+ENV COMPOSER_VERSION=2.3.5 \
+ COMPOSER_HASH_SHA256=3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4
8
9
RUN apk add --no-cache --update git \
10
bash \
0 commit comments