Skip to content

Commit 18a2fd2

Browse files
committed
fix image tag locking example
1 parent a11b484 commit 18a2fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hosting/docker/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DIRECT_URL=postgresql://postgres:unsafe-postgres-pw@postgres:5432/main?schema=pu
2929

3030
# Trigger image tag
3131
# - This is the version of the webapp and worker images to use, they should be locked to a specific version in production
32-
# - For example: TRIGGER_IMAGE_TAG=v4-beta.21
32+
# - For example: TRIGGER_IMAGE_TAG=v4.0.0-v4-beta.21
3333
TRIGGER_IMAGE_TAG=v4-beta
3434

3535
# Webapp

0 commit comments

Comments
 (0)