bump versions

This commit is contained in:
c0mmando 2024-08-05 00:58:39 +00:00
parent b05c15a681
commit fcf3cbb9ea
3 changed files with 7 additions and 7 deletions

View File

@ -135,7 +135,7 @@ services:
- "com.centurylinklabs.watchtower.enable=false" - "com.centurylinklabs.watchtower.enable=false"
simplex-smp-server: simplex-smp-server:
image: simplexchat/smp-server:latest image: simplexchat/smp-server:v5.8.2
container_name: simplex-smp container_name: simplex-smp
restart: unless-stopped restart: unless-stopped
user: "1000:1000" user: "1000:1000"
@ -157,7 +157,7 @@ services:
- ALL - ALL
simplex-xftp-server: simplex-xftp-server:
image: simplexchat/xftp-server:latest image: simplexchat/xftp-server:v5.8.2
container_name: simplex-xftp container_name: simplex-xftp
user: "1000:1000" user: "1000:1000"
ports: ports:
@ -374,7 +374,7 @@ services:
- http://swag:81/nginx_status - http://swag:81/nginx_status
gitea: gitea:
image: gitea/gitea:1.22.0 image: gitea/gitea:1.22.1
container_name: gitea container_name: gitea
environment: environment:
- USER_UID=1000 - USER_UID=1000
@ -468,7 +468,7 @@ services:
- "com.centurylinklabs.watchtower.enable=false" - "com.centurylinklabs.watchtower.enable=false"
lemmy: lemmy:
image: dessalines/lemmy:0.19.4 image: dessalines/lemmy:0.19.5
container_name: lemmy container_name: lemmy
restart: unless-stopped restart: unless-stopped
environment: environment:
@ -482,7 +482,7 @@ services:
- lemmy - lemmy
lemmy-ui: lemmy-ui:
image: dessalines/lemmy-ui:0.19.4 image: dessalines/lemmy-ui:0.19.5
container_name: lemmy-ui container_name: lemmy-ui
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.109.0 ARG SYNAPSE_VERSION=1.112.0
ARG HARDENED_MALLOC_VERSION=11 ARG HARDENED_MALLOC_VERSION=11
ARG UID=991 ARG UID=991
ARG GID=991 ARG GID=991

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.109.0 ARG SYNAPSE_VERSION=1.112.0
ARG HARDENED_MALLOC_VERSION=11 ARG HARDENED_MALLOC_VERSION=11
ARG UID=991 ARG UID=991
ARG GID=991 ARG GID=991