Skip to content

Commit

Permalink
Update artefact download url
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 1, 2024
1 parent 85c0813 commit 364c274
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 @@ -44,7 +44,7 @@ RUN \
fi && \
curl -Lf -o \
/tmp/workbench.deb \
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu22.04_amd64.deb && \
https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
dpkg -i /tmp/workbench.deb && \
echo "**** cleanup ****" && \
apt-get clean && \
Expand Down

0 comments on commit 364c274

Please sign in to comment.