Skip to content

Commit

Permalink
Merge pull request #67 from backdrop-ops/1.26.1
Browse files Browse the repository at this point in the history
Updating to the latest release of Backdrop 1.26.1
  • Loading branch information
Wylbur authored Oct 14, 2023
2 parents 8afb999 + 95902d6 commit 8291d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libo
WORKDIR /var/www/html

# https://github.com/backdrop/backdrop/releases
ENV BACKDROP_VERSION 1.25.1
ENV BACKDROP_MD5 9c2bbcb4ddd52cbd85e1e31ee4fc8a17
ENV BACKDROP_VERSION 1.26.1
ENV BACKDROP_MD5 0a6fad09190b1f8da266f586955454a2

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
4 changes: 2 additions & 2 deletions 1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y libzip-dev libonig-dev libpng-dev libjp
WORKDIR /var/www/html

# https://github.com/backdrop/backdrop/releases
ENV BACKDROP_VERSION 1.25.1
ENV BACKDROP_MD5 9c2bbcb4ddd52cbd85e1e31ee4fc8a17
ENV BACKDROP_VERSION 1.26.1
ENV BACKDROP_MD5 0a6fad09190b1f8da266f586955454a2

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 8291d24

Please sign in to comment.