Skip to content

Commit

Permalink
Merge pull request #51 from backdrop-ops/1.21.3
Browse files Browse the repository at this point in the history
Updating image to 1.21.3
  • Loading branch information
Wylbur authored Mar 9, 2022
2 parents b760ba9 + b803b1b commit 5ff119d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 1/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from https://backdropcms.org/requirements
FROM php:7.2-apache
FROM php:7.4-apache

RUN a2enmod rewrite

Expand All @@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev \
WORKDIR /var/www/html

# https://github.com/backdrop/backdrop/releases
ENV BACKDROP_VERSION 1.17.3
ENV BACKDROP_MD5 907ae2978936d525626dd4c981afd0d2
ENV BACKDROP_VERSION 1.21.3
ENV BACKDROP_MD5 a93fe043630a617f6ae0977aaae3e919

RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz \
&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - \
Expand Down
6 changes: 3 additions & 3 deletions 1/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from https://backdropcms.org/requirements
FROM php:7.2-fpm
FROM php:7.4-fpm

# install the PHP extensions we need
RUN apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev \
Expand All @@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev \
WORKDIR /var/www/html

# https://github.com/backdrop/backdrop/releases
ENV BACKDROP_VERSION 1.17.3
ENV BACKDROP_MD5 907ae2978936d525626dd4c981afd0d2
ENV BACKDROP_VERSION 1.21.3
ENV BACKDROP_MD5 a93fe043630a617f6ae0977aaae3e919

RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz \
&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - \
Expand Down

0 comments on commit 5ff119d

Please sign in to comment.