Skip to content

Commit

Permalink
Merge pull request #170 from MaRDI4NFDI/wmf/1.44.0-wmf.5
Browse files Browse the repository at this point in the history
Update to wmf/1.44.0-wmf.5
  • Loading branch information
physikerwelt authored Dec 8, 2024
2 parents 253fece + 0e02d3b commit 144bee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Global settings #
######################
ARG MEDIAWIKI_VERSION=lts
ARG WMF_BRANCH=wmf/1.43.0-wmf.28
ARG REL_BRANCH=REL1_42
ARG WMF_BRANCH=wmf/1.44.0-wmf.5
ARG REL_BRANCH=REL1_43

################
# Fetcher #
################
FROM ubuntu:xenial as fetcher
FROM ubuntu:xenial AS fetcher

RUN apt-get update && \
apt-get install --yes --no-install-recommends git=1:2.* ssh unzip=6.* jq=1.* curl=7.* ca-certificates=201* && \
Expand Down Expand Up @@ -122,7 +122,7 @@ rm -rf MardiSkin/.git
################
# Collector #
################
FROM mediawiki:${MEDIAWIKI_VERSION} as collector
FROM mediawiki:${MEDIAWIKI_VERSION} AS collector

RUN rm -rf /var/www/html/*

Expand Down Expand Up @@ -204,7 +204,7 @@ COPY --from=fetcher /MardiSkin /var/www/html/skins/MardiSkin
################
# Composer #
################
FROM mediawiki:${MEDIAWIKI_VERSION} as build
FROM mediawiki:${MEDIAWIKI_VERSION} AS build

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 144bee2

Please sign in to comment.