Skip to content

Commit

Permalink
merge artifacts lost
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 5, 2024
1 parent 630d4c6 commit 7d15afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM composer:1.10 AS build
FROM composer:2.2 AS build

COPY composer.json composer.lock ./
RUN composer --no-interaction install --no-suggest --prefer-dist

FROM elifesciences/php_7.0_cli:656bb4bdf1e49a5e80337e2a7c4f44f10c3f52b0 AS base
FROM ghcr.io/elifesciences/php:8.0-cli@sha256:f681973227dbab578218a98f252dfd36fd42016b74be6d0044221a7d8cdcc4e6 AS base

USER elife

Expand Down

0 comments on commit 7d15afb

Please sign in to comment.