Skip to content

Commit

Permalink
Upgrade Dendrite (0.3.8 -> 0.3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Feb 11, 2021
1 parent b286ed5 commit f266a94
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.8"
matrix_dendrite_docker_image_tag: "v0.3.9"
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 f266a94

Please sign in to comment.