Skip to content

Commit

Permalink
Fix validation issues (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
naresh-kumar-babu authored Jul 19, 2024
1 parent 06e3949 commit 57fe62e
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,4 +1,4 @@
FROM debian:11.7 as base
FROM debian:11.7 AS base

LABEL maintainers=""
LABEL org.opencontainers.image.source=https://github.com/CanastaWiki/Canasta
Expand Down Expand Up @@ -94,7 +94,7 @@ RUN set -x; \
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer self-update 2.1.3

FROM base as source
FROM base AS source

# MediaWiki core
RUN set -x; \
Expand Down Expand Up @@ -171,7 +171,7 @@ RUN set -x; \
mkdir $MW_HOME/extensions/ \
&& mkdir $MW_HOME/skins/

FROM base as final
FROM base AS final

COPY --from=source $MW_HOME $MW_HOME
COPY --from=source $MW_ORIGIN_FILES $MW_ORIGIN_FILES
Expand Down

0 comments on commit 57fe62e

Please sign in to comment.