File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ JWT_LIFE_SPAN=120
23232424MEETUP_PASS = supersecurepassword
2525MIN = 30
26- POETRY = 1.3.2
26+ POETRY = 1.7.1
2727PORT = 3000
2828PRIV_KEY_B64 = base64_encoded_private_pem_key
2929PUB_KEY_B64 = base64_encoded_public_pem_key
30- PY_VER = 3.10.9
30+ PY_VER = 3.11.6
3131REDIRECT_URI = https://acme.com
3232REGISTRY_URL = registry.heroku.com/${ HEROKU_APP } /web
3333RUN_TIME = 1400
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ set positional-arguments
99# set env var
1010export APP := ` echo ${APP_NAME:- " meetup_bot" } `
1111export CWD := ` echo ${PWD} `
12- export POETRY := ` echo ${POETRY:- 1.3.2 } `
13- export PY_VER := ` echo ${PY_VER:- 3.10.9 } `
12+ export POETRY := ` echo ${POETRY:- 1.7.1 } `
13+ export PY_VER := ` echo ${PY_VER:- 3.11.6 } `
1414export SCRIPT := ` echo ${SCRIPT:- " scheduler.sh" } `
1515export SHELL := " /bin/bash"
1616export TAG := " registry.heroku.com/${HEROKU_APP}/web:latest"
@@ -86,7 +86,7 @@ install args=CWD:
8686 fi
8787
8888 # install asdf
89- git clone https:// github.com/ asdf-vm/ asdf.git " {{ home_dir }} /.asdf" --branch v0.11.1
89+ git clone https:// github.com/ asdf-vm/ asdf.git " {{ home_dir }} /.asdf" --branch v0.14.0
9090 . " {{ home_dir }} /.asdf/asdf.sh"
9191
9292 # install python w/asdf
You can’t perform that action at this time.
0 commit comments