Skip to content

Commit

Permalink
Upgrade Dendrite (0.3.9 -> 0.3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Apr 5, 2021
1 parent 177f0b4 commit 4047e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/matrix-dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix_dendrite_enabled: false

matrix_dendrite_docker_image: "{{ matrix_dendrite_docker_image_name_prefix }}matrixdotorg/dendrite-monolith:{{ matrix_dendrite_docker_image_tag }}"
matrix_dendrite_docker_image_name_prefix: "docker.io/"
matrix_dendrite_docker_image_tag: "v0.3.9"
matrix_dendrite_docker_image_tag: "v0.3.11"
matrix_dendrite_docker_image_force_pull: "{{ matrix_dendrite_docker_image.endswith(':latest') }}"

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"
Expand Down

0 comments on commit 4047e38

Please sign in to comment.