Skip to content

Commit 6daf20c

Browse files
committed
ingest from new URL format from their CDN
1 parent 5d1d680 commit 6daf20c

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
@@ -45,7 +45,7 @@ RUN \
4545
fi && \
4646
curl -Lf -o \
4747
/tmp/workbench.deb \
48-
https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
48+
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu24.04_amd64.deb && \
4949
dpkg -i /tmp/workbench.deb && \
5050
echo "**** cleanup ****" && \
5151
apt-get clean && \

0 commit comments

Comments
 (0)