Skip to content

Commit

Permalink
fix case warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Dec 3, 2024
1 parent b97b36e commit 0e02d3b
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
Expand Up @@ -8,7 +8,7 @@ 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 0e02d3b

Please sign in to comment.