Skip to content

Updating Backdrop to release 1.30.2 #18683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 21, 2025
Merged

Conversation

Wylbur
Copy link
Contributor

@Wylbur Wylbur commented Mar 21, 2025

Here's the latest release of Backdrop CMS
https://github.com/backdrop/backdrop/releases/tag/1.30.2

Here's the link to the updates of our Backdrop docker image:
https://github.com/backdrop-ops/backdrop-docker/commits/master

Reach out if you have any questions, thanks for your help!

@Wylbur Wylbur requested a review from a team as a code owner March 21, 2025 15:27
Copy link

Diff for 7f5a97b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4dd67bd..9af9b26 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Mike Pirog <mike@kalabox.io> (@pirog), Geoff St. Pierre <serundeputy@gmail.com> (@serundeputy), Jen Lampton <jen+docker@jeneration.com> (@jenlampton), Greg Netsas <greg@userfriendly.tech> (@klonos)
 GitRepo: https://github.com/backdrop-ops/backdrop-docker.git
 
-Tags: 1.30.1, 1.30, 1, 1.30.1-apache, 1.30-apache, 1-apache, apache, latest
+Tags: 1.30.2, 1.30, 1, 1.30.2-apache, 1.30-apache, 1-apache, apache, latest
 Architectures: amd64, arm64v8
-GitCommit: 0f037348948190b7ce4f2e1afe67514818c5a9fc
+GitCommit: 8af6f112829878eaef3c55f239aa9e6b35cbf2a7
 Directory: 1/apache
 
-Tags: 1.30.1-fpm, 1.30-fpm, 1-fpm, fpm
+Tags: 1.30.2-fpm, 1.30-fpm, 1-fpm, fpm
 Architectures: amd64, arm64v8
-GitCommit: 0f037348948190b7ce4f2e1afe67514818c5a9fc
+GitCommit: 8af6f112829878eaef3c55f239aa9e6b35cbf2a7
 Directory: 1/fpm
diff --git a/_bashbrew-list b/_bashbrew-list
index ebbdb2b..75772c0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,9 +4,9 @@ backdrop:1-fpm
 backdrop:1.30
 backdrop:1.30-apache
 backdrop:1.30-fpm
-backdrop:1.30.1
-backdrop:1.30.1-apache
-backdrop:1.30.1-fpm
+backdrop:1.30.2
+backdrop:1.30.2-apache
+backdrop:1.30.2-fpm
 backdrop:apache
 backdrop:fpm
 backdrop:latest
diff --git a/backdrop_fpm/Dockerfile b/backdrop_fpm/Dockerfile
index e38233c..ada87b7 100644
--- a/backdrop_fpm/Dockerfile
+++ b/backdrop_fpm/Dockerfile
@@ -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.30.1
-ENV BACKDROP_MD5=8117080cf35711087376410f85a65646
+ENV BACKDROP_VERSION=1.30.2
+ENV BACKDROP_MD5=9b85d7f71531b7eaf3e476e6666d0c0f
 
 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 - \
diff --git a/backdrop_latest/Dockerfile b/backdrop_latest/Dockerfile
index 9341d83..fe93b6b 100644
--- a/backdrop_latest/Dockerfile
+++ b/backdrop_latest/Dockerfile
@@ -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.30.1
-ENV BACKDROP_MD5=8117080cf35711087376410f85a65646
+ENV BACKDROP_VERSION=1.30.2
+ENV BACKDROP_MD5=9b85d7f71531b7eaf3e476e6666d0c0f
 
 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 - \

Relevant Maintainers:

@tianon tianon merged commit 76fcfbc into docker-library:master Mar 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants