We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c0813 commit 364c274Copy full SHA for 364c274
Dockerfile
@@ -44,7 +44,7 @@ RUN \
44
fi && \
45
curl -Lf -o \
46
/tmp/workbench.deb \
47
- 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 && \
48
dpkg -i /tmp/workbench.deb && \
49
echo "**** cleanup ****" && \
50
apt-get clean && \
0 commit comments