Browse Source

update backend to 1.8.6

master
OhYee 2 months ago
parent
commit
388e5e6eab
Signed by: OhYee
GPG Key ID: 5A9E1F63ED274FBB
  1. 2
      script.bash

2
script.bash

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/bash
export SHELL_FOLDER=$(cd "$(dirname "$(realpath "$0")")";pwd)
export backendImageTag="1.8.5"
export backendImageTag="1.8.6"
export frontendImageTag="1.8.0"
export backendImage="ohyee/blotter:$backendImageTag"
export frontendImage="ohyee/blotter_page:$frontendImageTag"

Loading…
Cancel
Save