Skip to content

Commit 5ecb273

Browse files
authored
Merge pull request #45 from SISheogorath/fix/image-upload
fix: Add missing icu-data-full for TextDecoder support in NodeJS
2 parents 9556b38 + b816f2f commit 5ecb273

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
apk add -U --no-cache \
1818
fontconfig \
1919
font-noto \
20+
icu-data-full \
2021
nodejs-current && \
2122
apk add -U --no-cache --virtual=build-dependencies \
2223
build-base \

Dockerfile.aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
apk add -U --no-cache \
1818
fontconfig \
1919
font-noto \
20+
icu-data-full \
2021
nodejs-current && \
2122
apk add -U --no-cache --virtual=build-dependencies \
2223
build-base \

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ init_diagram: |
9393
"hedgedoc:latest" <- Base Images
9494
# changelog
9595
changelogs:
96+
- {date: "24.02.25:", desc: "Add missing icu-data-full to fix bug with TextDecoder and image uploads."}
9697
- {date: "21.06.24:", desc: "Allow using `CMD_DB_DIALECT` to set up the `CMD_DB_URL`."}
9798
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
9899
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}

0 commit comments

Comments
 (0)