Skip to content

Commit 364c274

Browse files
committed
Update artefact download url
1 parent 85c0813 commit 364c274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
fi && \
4545
curl -Lf -o \
4646
/tmp/workbench.deb \
47-
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu22.04_amd64.deb && \
47+
https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
4848
dpkg -i /tmp/workbench.deb && \
4949
echo "**** cleanup ****" && \
5050
apt-get clean && \

0 commit comments

Comments
 (0)