File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.1.20-alpine3.17
2
-
3
- ARG RUNNER_UID=1001
1
+ FROM php:8.1.27-alpine3.18
4
2
5
3
ARG RUNNER_UID=1001
6
4
7
5
LABEL maintainer="marji@morpht.com"
8
6
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"
9
7
10
- ENV COMPOSER_VERSION=2.6.4 \
11
- COMPOSER_HASH_SHA256=5a39f3e2ce5ba391ee3fecb227faf21390f5b7ed5c56f14cab9e1c3048bcf8b8
8
+ ENV COMPOSER_VERSION=2.6.6 \
9
+ COMPOSER_HASH_SHA256=72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
12
10
13
11
RUN apk add --no-cache --update git \
14
12
bash \
Original file line number Diff line number Diff line change 1
1
# ci-php
2
2
3
- Docker image based on the official dockerhub image php:8.1.x-alpine3.17
3
+ Docker image based on the official dockerhub image php:8.1.x-alpine3.18
4
4
5
5
A few modifications:
6
6
7
- - added composer v2.5 .x
7
+ - added composer v2.6 .x
8
8
- installed several packages, e.g. git and mysql-client
9
9
- added php extensions - gd, pdo_mysql, zip
10
10
You can’t perform that action at this time.
0 commit comments