Skip to content

Commit

Permalink
chore: bumped up mariadb image version
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Dec 16, 2024
1 parent 7f44177 commit ae8008d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/helper/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Setting Up System Dependencies..."

sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis-server mariadb-client-10.6
sudo apt install libcups2-dev redis-server mariadb-client-10.8

install_wkhtmltopdf() {
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

services:
mariadb:
image: mariadb:10.6
image: mariadb:10.8
env:
MARIADB_ROOT_PASSWORD: 123
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
name: lms
services:
mariadb:
image: mariadb:10.6
image: mariadb:10.8
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"chart.js": "^4.4.1",
"codemirror-editor-vue3": "^2.8.0",
"dayjs": "^1.11.6",
"editorjs-md-parser": "^0.0.3",
"feather-icons": "^4.28.0",
"frappe-ui": "^0.1.89",
"lucide-vue-next": "^0.383.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function getEditorTools() {
table: Table,
paragraph: {
class: Paragraph,
inlineToolbar: true,
inlineToolbar: false,
config: {
preserveBlank: true,
},
Expand Down

0 comments on commit ae8008d

Please sign in to comment.