File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55LABEL maintainer="marji@morpht.com"
66LABEL 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
1111RUN 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
Original file line number Diff line number Diff line change 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
55A few modifications:
66
You can’t perform that action at this time.
0 commit comments