Skip to content

Commit 40955b3

Browse files
authored
PHP 8.3.13 and composer 2.7.7. (#19)
1 parent b7a4b1b commit 40955b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:8-alpine
1+
FROM php:8.3.13-alpine3.19
22

3-
ARG RUNNER_UID=1001
3+
# ARG RUNNER_UID=1001
44

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

8-
ENV COMPOSER_VERSION=2.7.1 \
9-
COMPOSER_HASH_SHA256=1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0
8+
ENV COMPOSER_VERSION=2.7.7 \
9+
COMPOSER_HASH_SHA256=aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be
1010

1111
RUN apk add --no-cache --update git \
1212
bash \
@@ -22,6 +22,6 @@ RUN apk add --no-cache --update git \
2222
&& echo "$COMPOSER_HASH_SHA256 /usr/local/bin/composer" | sha256sum -c \
2323
&& chmod +x /usr/local/bin/composer
2424

25-
RUN adduser -D -h /home/runner -u $RUNNER_UID runner
25+
# RUN adduser -D -h /home/runner -u $RUNNER_UID runner
2626

27-
USER runner
27+
# USER runner

README.md

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

3-
Docker image based on the official dockerhub image php:8-alpine
3+
Docker image based on the official dockerhub image php:8.3.x-alpine3.19
44

55
A few modifications:
66

0 commit comments

Comments
 (0)