-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP 8.3.13 and composer 2.7.7. (#19)
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM php:8-alpine | ||
FROM php:8.3.13-alpine3.19 | ||
|
||
ARG RUNNER_UID=1001 | ||
# ARG RUNNER_UID=1001 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php" | ||
|
||
ENV COMPOSER_VERSION=2.7.1 \ | ||
COMPOSER_HASH_SHA256=1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0 | ||
ENV COMPOSER_VERSION=2.7.7 \ | ||
COMPOSER_HASH_SHA256=aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be | ||
|
||
RUN apk add --no-cache --update git \ | ||
bash \ | ||
|
@@ -22,6 +22,6 @@ RUN apk add --no-cache --update git \ | |
&& echo "$COMPOSER_HASH_SHA256 /usr/local/bin/composer" | sha256sum -c \ | ||
&& chmod +x /usr/local/bin/composer | ||
|
||
RUN adduser -D -h /home/runner -u $RUNNER_UID runner | ||
# RUN adduser -D -h /home/runner -u $RUNNER_UID runner | ||
|
||
USER runner | ||
# USER runner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters