Skip to content

Commit 070f5f9

Browse files
committed
[deploy] Bump to latest LNT version
Now, a new deployment should cause the instance to be teared down and re-created with the new cloud-init user data, therefore using the new LNT image SHA.
1 parent 9bb1600 commit 070f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data "aws_secretsmanager_secret_version" "lnt_secrets_latest" {
3737

3838
locals {
3939
# The Docker image to use for the webserver part of the LNT service
40-
lnt_image = "110e5f84c7e5a0c2dee6e45f5c8f3906476e3b31"
40+
lnt_image = "f0d69809f71daa5ab549771b7171cb9e2a1cd86a"
4141

4242
# The port on the EC2 instance used by the Docker webserver for communication
4343
lnt_host_port = "80"

0 commit comments

Comments
 (0)