Skip to content

Commit

Permalink
Testing - run with composer 2.7.7 as root.
Browse files Browse the repository at this point in the history
  • Loading branch information
marji committed Aug 19, 2024
1 parent 4a61330 commit 9033b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.2.22-alpine3.19

#ARG RUNNER_UID=1001
ARG RUNNER_UID=1001

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

ENV COMPOSER_VERSION=2.6.6 \
COMPOSER_HASH_SHA256=72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
ENV COMPOSER_VERSION=2.7.1 \
COMPOSER_HASH_SHA256=1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0

RUN apk add --no-cache --update git \
bash \
Expand Down

0 comments on commit 9033b96

Please sign in to comment.