File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
5050 ` ` `
51511. Edit ` terraform.tfvars` file. In our example, we will use Heroku demo database as a source:
5252 ` ` ` config
53- dle_version_full = " 2.4.0 "
53+ dle_version_full = " 2.4.1 "
5454
5555 aws_ami_name = " DBLABserver*"
5656 aws_keypair = " YOUR_AWS_KEYPAIR"
Original file line number Diff line number Diff line change @@ -186,4 +186,4 @@ sudo docker run --name dblab_ci_checker -it --detach \
186186--volume /var/run/docker.sock:/var/run/docker.sock \
187187--volume /tmp/ci_checker:/tmp/ci_checker \
188188--volume ~ /.dblab/run_ci.yaml:/home/dblab/configs/run_ci.yaml \
189- postgresai/dblab-ci-checker:2.4.0
189+ postgresai/dblab-ci-checker:2.4.1
Original file line number Diff line number Diff line change 1- dle_version_full = " 2.4.0 "
1+ dle_version_full = " 2.4.1 "
22
33aws_ami_name = " DBLABserver*"
44aws_keypair = " YOUR_AWS_KEYPAIR"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variable "aws_ami_name" {
55
66variable "dle_version_full" {
77 description = " 3-digit DLE version (2-digit major + minor)"
8- default = " 2.4.0 "
8+ default = " 2.4.1 "
99}
1010
1111variable "aws_deploy_region" {
You can’t perform that action at this time.
0 commit comments