chore: bump next version

This commit is contained in:
Paul Pan 2024-01-28 21:39:16 +08:00
parent caaccd6e30
commit 0dc241b63c
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.3.0
1.3.1-dev

View File

@ -1,6 +1,6 @@
services:
server:
image: git.0x7f.app/woj/woj-server:1.2.3-dev
image: git.0x7f.app/woj/woj-server:1.3.1-dev
restart: unless-stopped
healthcheck:
test: [ "CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8000/health" ]
@ -31,7 +31,7 @@ services:
- "8000:8000"
runner:
image: git.0x7f.app/woj/woj-runner:1.2.3-dev
image: git.0x7f.app/woj/woj-runner:1.3.1-dev
restart: unless-stopped
command: runner
privileged: true