Hello !Friendica Support
can I switch the docker branch now?

I have right now:

app:
    image: friendica:2025.07-rc-fpm

and

cron:
    image: friendica:2025.07-rc-fpm


Can I switch this to:

app:
    image: friendica:stable-fpm

and

cron:
    image: friendica:stable-fpm

And just do a docker pull?

#Friendica #Docker

in reply to utzer

@utzer

I looked o my server, and I am using:
2024.12-apache

When I look on the site: hub.docker.com/_/friendica
I see a variety of the same version: 20260-01

2026.01-apache, apache, stable-apache, 2026.01, latest, stable
2026.01-fpm, fpm, stable-fpm
2026.01-fpm-alpine, fpm-alpine, stable-fpm-alpine

Which one does one use?

Advice any one?


Joseph

Friendica Support reshared this.

in reply to Joseph Hogan

@Joseph Hogan I think you can use any version with apache, I checked on friendi.ca and there was no release since "2024.12-apache", so the next version would be "2026.01-apache" or if you don't want to edit your compose file anymore I think you can also use "stable-apache". The later would cause an update whenever a new stable version is available and the update would be triggered whenever you cause docker to update (I think docker compose pull would do that).

I am a docker novice, so better not trust me on all this, but this is how far I understand it.