Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM composer:2.2 AS build
COPY composer.json composer.lock ./
RUN composer --no-interaction install --no-suggest --prefer-dist

FROM ghcr.io/elifesciences/php:8.0-cli@sha256:f681973227dbab578218a98f252dfd36fd42016b74be6d0044221a7d8cdcc4e6 AS base
FROM ghcr.io/elifesciences/php:8.4-cli@sha256:6067d67edaa039cde44bcca3d2a0cf935c5588d35aa7fa37d1178ceac69254e5 AS base

USER elife

Expand Down