File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8-alpine
1
+ FROM php:8.3.13-alpine3.19
2
2
3
- ARG RUNNER_UID=1001
3
+ # ARG RUNNER_UID=1001
4
4
5
5
LABEL maintainer="marji@morpht.com"
6
6
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"
7
7
8
- ENV COMPOSER_VERSION=2.7.1 \
9
- COMPOSER_HASH_SHA256=1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0
8
+ ENV COMPOSER_VERSION=2.7.7 \
9
+ COMPOSER_HASH_SHA256=aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be
10
10
11
11
RUN apk add --no-cache --update git \
12
12
bash \
@@ -22,6 +22,6 @@ RUN apk add --no-cache --update git \
22
22
&& echo "$COMPOSER_HASH_SHA256 /usr/local/bin/composer" | sha256sum -c \
23
23
&& chmod +x /usr/local/bin/composer
24
24
25
- RUN adduser -D -h /home/runner -u $RUNNER_UID runner
25
+ # RUN adduser -D -h /home/runner -u $RUNNER_UID runner
26
26
27
- USER runner
27
+ # USER runner
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-alpine
3
+ Docker image based on the official dockerhub image php:8.3.x-alpine3.19
4
4
5
5
A few modifications:
6
6
You can’t perform that action at this time.
0 commit comments