mirror of
https://github.com/c0mmando/hackliberty-conf.git
synced 2024-10-01 05:05:41 -04:00
bump versions
This commit is contained in:
parent
b05c15a681
commit
fcf3cbb9ea
@ -135,7 +135,7 @@ services:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
|
||||
simplex-smp-server:
|
||||
image: simplexchat/smp-server:latest
|
||||
image: simplexchat/smp-server:v5.8.2
|
||||
container_name: simplex-smp
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
@ -157,7 +157,7 @@ services:
|
||||
- ALL
|
||||
|
||||
simplex-xftp-server:
|
||||
image: simplexchat/xftp-server:latest
|
||||
image: simplexchat/xftp-server:v5.8.2
|
||||
container_name: simplex-xftp
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
@ -374,7 +374,7 @@ services:
|
||||
- http://swag:81/nginx_status
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.22.0
|
||||
image: gitea/gitea:1.22.1
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
@ -468,7 +468,7 @@ services:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
|
||||
lemmy:
|
||||
image: dessalines/lemmy:0.19.4
|
||||
image: dessalines/lemmy:0.19.5
|
||||
container_name: lemmy
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@ -482,7 +482,7 @@ services:
|
||||
- lemmy
|
||||
|
||||
lemmy-ui:
|
||||
image: dessalines/lemmy-ui:0.19.4
|
||||
image: dessalines/lemmy-ui:0.19.5
|
||||
container_name: lemmy-ui
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG SYNAPSE_VERSION=1.109.0
|
||||
ARG SYNAPSE_VERSION=1.112.0
|
||||
ARG HARDENED_MALLOC_VERSION=11
|
||||
ARG UID=991
|
||||
ARG GID=991
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG SYNAPSE_VERSION=1.109.0
|
||||
ARG SYNAPSE_VERSION=1.112.0
|
||||
ARG HARDENED_MALLOC_VERSION=11
|
||||
ARG UID=991
|
||||
ARG GID=991
|
||||
|
Loading…
Reference in New Issue
Block a user