Skip to content

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Erikvl87 committed Sep 17, 2024
1 parent 6693b4b commit 15a5dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ WORKDIR /languagetool

# Note: When changing the base image, verify that the hunspell.sh workaround is
# downloading the matching version of `libhunspell`. The URL may need to change.
FROM alpine:3.19.1
FROM alpine:3.20.2

RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion arm64-workaround/hunspell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alias wget="wget --retry-connrefused --waitretry=30 --read-timeout=30 --timeout=
##############################
mkdir /hunspell
cd /hunspell
wget https://dl-cdn.alpinelinux.org/alpine/v3.19/main/aarch64/libhunspell-1.7.2-r4.apk
wget https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/libhunspell-1.7.2-r4.apk
tar --warning=no-unknown-keyword -xzf libhunspell-1.7.2-r4.apk
mkdir -p /hunspell/org/bridj/lib/linux-aarch64/
mv /hunspell/usr/lib/libhunspell-1.7.so.0.0.1 /hunspell/org/bridj/lib/linux-aarch64/libhunspell.so
Expand Down

0 comments on commit 15a5dfa

Please sign in to comment.