Skip to content

Commit

Permalink
Upgrade Mercure version
Browse files Browse the repository at this point in the history
  • Loading branch information
zozs committed Jun 28, 2024
1 parent c394627 commit 97f6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
RUN curl -sS https://get.symfony.com/cli/installer | bash && mv $HOME/.symfony5/bin/symfony /usr/local/bin/symfony

# Install Mercure
RUN curl https://github.com/dunglas/mercure/releases/download/v0.14.4/mercure_0.14.4_Linux_x86_64.tar.gz --output /tmp/mercure.tar.gz -L \
RUN curl https://github.com/dunglas/mercure/releases/download/v0.16.2/mercure_Linux_x86_64.tar.gz --output /tmp/mercure.tar.gz -L \
&& tar -xzvf /tmp/mercure.tar.gz -C /tmp \
&& cp /tmp/mercure /usr/bin/mercure \
&& rm -rf /tmp/mercure* \
Expand Down

0 comments on commit 97f6e2f

Please sign in to comment.