Skip to content
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

[Friendica] update 2024.09-dev, 2024.09-rc #17751

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

ne20002
Copy link
Contributor

@ne20002 ne20002 commented Oct 18, 2024

  • updated gosu
  • updated memchached

* updated memcached
@ne20002 ne20002 requested a review from a team as a code owner October 18, 2024 08:39
Copy link

Diff for abd101e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 15931e5..57bce17 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -19,30 +19,30 @@ Directory: 2024.08/fpm-alpine
 
 Tags: 2024.09-dev-apache, dev-apache, 2024.09-dev, dev
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 86849005e22069208e9cf4e21336f524c0642cbf
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-dev/apache
 
 Tags: 2024.09-dev-fpm, dev-fpm
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 86849005e22069208e9cf4e21336f524c0642cbf
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-dev/fpm
 
 Tags: 2024.09-dev-fpm-alpine, dev-fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 86849005e22069208e9cf4e21336f524c0642cbf
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-dev/fpm-alpine
 
 Tags: 2024.09-rc-apache, rc-apache, 2024.09-rc, rc
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: b11c97b69b6fa77128a2703571d2faa308f102dc
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-rc/apache
 
 Tags: 2024.09-rc-fpm, rc-fpm
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: b11c97b69b6fa77128a2703571d2faa308f102dc
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-rc/fpm
 
 Tags: 2024.09-rc-fpm-alpine, rc-fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: b11c97b69b6fa77128a2703571d2faa308f102dc
+GitCommit: 93be4ea89aed395905abfb12856b0c7b47a2204a
 Directory: 2024.09-rc/fpm-alpine
diff --git a/friendica_dev-fpm-alpine/Dockerfile b/friendica_dev-fpm-alpine/Dockerfile
index 66ec09f..6602a92 100644
--- a/friendica_dev-fpm-alpine/Dockerfile
+++ b/friendica_dev-fpm-alpine/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex; \
         shadow \
         tini;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	\
 	apk add --no-cache --virtual .gosu-deps \
@@ -84,7 +84,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install APCu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \
diff --git a/friendica_dev-fpm/Dockerfile b/friendica_dev-fpm/Dockerfile
index 281482a..59aaab8 100644
--- a/friendica_dev-fpm/Dockerfile
+++ b/friendica_dev-fpm/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex; \
         tini \
     ;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 # save list of currently installed packages for later so we can clean up
 	savedAptMark="$(apt-mark showmanual)"; \
@@ -100,7 +100,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install apcu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \
diff --git a/friendica_dev/Dockerfile b/friendica_dev/Dockerfile
index 75a6ba7..4f9eb5d 100644
--- a/friendica_dev/Dockerfile
+++ b/friendica_dev/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex; \
         tini \
     ;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 # save list of currently installed packages for later so we can clean up
 	savedAptMark="$(apt-mark showmanual)"; \
@@ -100,7 +100,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install apcu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \
diff --git a/friendica_rc-fpm-alpine/Dockerfile b/friendica_rc-fpm-alpine/Dockerfile
index 2e3ecac..024d50e 100644
--- a/friendica_rc-fpm-alpine/Dockerfile
+++ b/friendica_rc-fpm-alpine/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex; \
         shadow \
         tini;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	\
 	apk add --no-cache --virtual .gosu-deps \
@@ -84,7 +84,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install APCu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \
diff --git a/friendica_rc-fpm/Dockerfile b/friendica_rc-fpm/Dockerfile
index 10aae31..975ce98 100644
--- a/friendica_rc-fpm/Dockerfile
+++ b/friendica_rc-fpm/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex; \
         tini \
     ;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 # save list of currently installed packages for later so we can clean up
 	savedAptMark="$(apt-mark showmanual)"; \
@@ -100,7 +100,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install apcu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \
diff --git a/friendica_rc/Dockerfile b/friendica_rc/Dockerfile
index 9d4718c..b39a09c 100644
--- a/friendica_rc/Dockerfile
+++ b/friendica_rc/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex; \
         tini \
     ;
 
-ENV GOSU_VERSION 1.14
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 # save list of currently installed packages for later so we can clean up
 	savedAptMark="$(apt-mark showmanual)"; \
@@ -100,7 +100,7 @@ RUN set -ex; \
     \
 # pecl will claim success even if one install fails, so we need to perform each install separately
     pecl install apcu-5.1.24; \
-    pecl install memcached-3.2.0; \
+    pecl install memcached-3.3.0; \
     pecl install redis-6.1.0; \
     pecl install imagick-3.7.0; \
     \

Relevant Maintainers:

@yosifkit yosifkit merged commit d637b1f into docker-library:master Oct 18, 2024
14 checks passed
@ne20002 ne20002 deleted the friendica branch October 18, 2024 18:10
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