Skip to content

Commit

Permalink
ingest from new URL format from their CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Oct 28, 2024
1 parent 5d1d680 commit 6daf20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 6daf20c

Please sign in to comment.