Skip to content

Commit

Permalink
Updating to backdrop 1.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wylbur committed Jan 11, 2025
1 parent 5615f75 commit 692c46f
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.29.2
ENV BACKDROP_MD5=dcb27feb72d78f1f14120d4c9a6bc70b
ENV BACKDROP_VERSION=1.29.3
ENV BACKDROP_MD5=edaca7afb7adf3785a97002ea5183407

RUN curl -fSL "https://github.com/backdrop/backdrop/archive/refs/tags/${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.29.2
ENV BACKDROP_MD5=dcb27feb72d78f1f14120d4c9a6bc70b
ENV BACKDROP_VERSION=1.29.3
ENV BACKDROP_MD5=edaca7afb7adf3785a97002ea5183407

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 692c46f

Please sign in to comment.