Skip to content

Commit 76a88bb

Browse files
committed
Update scrumlr version
1 parent 28fa474 commit 76a88bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/docker/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# read more about all env vars at https://docs.scrumlr.io/self-hosting/env-vars/
33

44
## Scrumlr backend
5-
SCRUMLR_BACKEND_VERSION=3.10.0
5+
SCRUMLR_BACKEND_VERSION=3.10.1
66
SCRUMLR_SERVER_PORT=8080
77
SCRUMLR_BASE_PATH="/api"
88
## Uses the hardcoded insecure key for development
@@ -38,7 +38,7 @@ SESSION_SECRET=
3838
SCRUMLR_ENABLE_EXPERIMENTAL_AUTH_FILE_SYSTEM_STORE=
3939

4040
## Scrumlr frontend
41-
SCRUMLR_FRONTEND_VERSION=3.10.0
41+
SCRUMLR_FRONTEND_VERSION=3.10.1
4242
SCRUMLR_LISTEN_PORT=8080
4343
SCRUMLR_SERVER_URL="/api"
4444
## Websocket URL (wss:// or ws://)

deployment/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
scrumlr-backend:
44
restart: always
5-
image: "ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.0}"
5+
image: "ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.1}"
66
container_name: scrumlr-backend
77
command:
88
- "/app/main"
@@ -51,7 +51,7 @@ services:
5151

5252
scrumlr-frontend:
5353
restart: always
54-
image: "ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.0}"
54+
image: "ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.1}"
5555
container_name: scrumlr-frontend
5656
environment:
5757
SCRUMLR_LISTEN_PORT: "${SCRUMLR_LISTEN_PORT:-8080}"

0 commit comments

Comments
 (0)