Skip to content

Commit

Permalink
PHP 8.3.13 and composer 2.7.7. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marji authored Nov 18, 2024
1 parent b7a4b1b commit 40955b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
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 \
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ci-php

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

A few modifications:

Expand Down

0 comments on commit 40955b3

Please sign in to comment.