version bump

This commit is contained in:
2026-05-29 01:47:06 -04:00
parent 3e64b4b2dd
commit f75dfcbcda
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM elixir:1.15.4-alpine FROM elixir:1.17-alpine
ARG PLEROMA_VER=develop ARG PLEROMA_VER=develop
ARG UID=911 ARG UID=911
@@ -28,7 +28,7 @@ RUN git clone -b develop https://git.pleroma.social/pleroma/pleroma.git /pleroma
#WORKDIR /pleroma/lib/pleroma/web/activity_pub/mrf #WORKDIR /pleroma/lib/pleroma/web/activity_pub/mrf
#RUN wget \ #RUN wget \
# put your links for MRFs in here # put your links for MRFs in here to bake them in
#WORKDIR /pleroma #WORKDIR /pleroma
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
db: db:
image: postgres:15-alpine image: postgres:18-alpine
container_name: pleroma_db container_name: pleroma_db
restart: always restart: always
healthcheck: healthcheck: