diff --git a/VERSION b/VERSION index 589268e..7d1b0c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1-dev \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index daa9db3..f0afdfc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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