From 6daf20cfc2b98ca6152cc86760731d24b73056f0 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 28 Oct 2024 11:05:37 -0400 Subject: [PATCH] ingest from new URL format from their CDN --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df0f822..83b8bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN \ fi && \ curl -Lf -o \ /tmp/workbench.deb \ - 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 && \ dpkg -i /tmp/workbench.deb && \ echo "**** cleanup ****" && \ apt-get clean && \