Skip to content

Commit 4e7e2e4

Browse files
authored
PHP 8.1 version: Use php:8.1.27-alpine3.18 image, composer 2.6.6 (#11)
1 parent 51deab6 commit 4e7e2e4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
FROM php:8.1.20-alpine3.17
2-
3-
ARG RUNNER_UID=1001
1+
FROM php:8.1.27-alpine3.18
42

53
ARG RUNNER_UID=1001
64

75
LABEL maintainer="marji@morpht.com"
86
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"
97

10-
ENV COMPOSER_VERSION=2.6.4 \
11-
COMPOSER_HASH_SHA256=5a39f3e2ce5ba391ee3fecb227faf21390f5b7ed5c56f14cab9e1c3048bcf8b8
8+
ENV COMPOSER_VERSION=2.6.6 \
9+
COMPOSER_HASH_SHA256=72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
1210

1311
RUN apk add --no-cache --update git \
1412
bash \

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ci-php
22

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
44

55
A few modifications:
66

7-
- added composer v2.5.x
7+
- added composer v2.6.x
88
- installed several packages, e.g. git and mysql-client
99
- added php extensions - gd, pdo_mysql, zip
1010

0 commit comments

Comments
 (0)