We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d680 commit 6daf20cCopy full SHA for 6daf20c
Dockerfile
@@ -45,7 +45,7 @@ RUN \
45
fi && \
46
curl -Lf -o \
47
/tmp/workbench.deb \
48
- https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
+ https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
49
dpkg -i /tmp/workbench.deb && \
50
echo "**** cleanup ****" && \
51
apt-get clean && \
0 commit comments