File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 17
17
apk add -U --no-cache \
18
18
fontconfig \
19
19
font-noto \
20
+ icu-data-full \
20
21
nodejs-current && \
21
22
apk add -U --no-cache --virtual=build-dependencies \
22
23
build-base \
Original file line number Diff line number Diff line change 17
17
apk add -U --no-cache \
18
18
fontconfig \
19
19
font-noto \
20
+ icu-data-full \
20
21
nodejs-current && \
21
22
apk add -U --no-cache --virtual=build-dependencies \
22
23
build-base \
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ init_diagram: |
93
93
"hedgedoc:latest" <- Base Images
94
94
# changelog
95
95
changelogs :
96
+ - {date: "24.02.25:", desc: "Add missing icu-data-full to fix bug with TextDecoder and image uploads."}
96
97
- {date: "21.06.24:", desc: "Allow using `CMD_DB_DIALECT` to set up the `CMD_DB_URL`."}
97
98
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
98
99
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
You can’t perform that action at this time.
0 commit comments