Skip to content

Commit

Permalink
0.47.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujunhe committed Nov 8, 2023
1 parent dd51fd4 commit 2422bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ COPY . .
RUN git config --global --add safe.directory /home/node

RUN INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build.sh
RUN cd ~/.m2/repository/org/mariadb/jdbc/mariadb-java-client/2.7.6 \
&& rm -f mariadb-java-client-2.7.6.jar \
&& apt-get install wget -y \
&& wget https://github.com/zhoujunhe/mariadb-connector-j/releases/download/tag_AnalyticDB_2.7.6/mariadb-java-client-2.7.6.jar \
&& sha1sum mariadb-java-client-2.7.6.jar | awk '{print $1}' > mariadb-java-client-2.7.6.jar.sha1
RUN INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build.sh

# ###################
# # STAGE 2: runner
Expand Down
2 changes: 1 addition & 1 deletion src/metabase/email/pulse.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<table class="background" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #F9F9F9; padding: 20px; table-layout: fixed;">
<tr>
<td>
<div class="container" style="background-color: white; max-width: 555px; border-radius: 24px; margin: 0 auto; padding: 30px;">
<div class="container" style="background-color: white; max-width: 100%; border-radius: 24px; margin: 0 auto; padding: 30px;">
<table class="header">
<tr>
<td width="28px">
Expand Down

0 comments on commit 2422bb1

Please sign in to comment.