version bump
This commit is contained in:
+2
-2
@@ -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
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user