Skip to content

Commit e22538a

Browse files
authored
Update package version to 2.31
1 parent f7091f6 commit e22538a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ See the [releases page](https://github.com/sgerrand/alpine-pkg-glibc/releases) f
1313
The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`:
1414

1515
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
16-
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
17-
apk add glibc-2.30-r0.apk
16+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-2.31-r0.apk
17+
apk add glibc-2.31-r0.apk
1818

1919
### Please Note
2020

@@ -26,7 +26,7 @@ Any previous reference to `https://raw.githubusercontent.com/sgerrand/alpine-pkg
2626

2727
You will need to generate your locale if you would like to use a specific one for your glibc application. You can do this by installing the `glibc-i18n` package and generating a locale using the `localedef` binary. An example for en_US.UTF-8 would be:
2828

29-
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-bin-2.30-r0.apk
30-
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-i18n-2.30-r0.apk
31-
apk add glibc-bin-2.30-r0.apk glibc-i18n-2.30-r0.apk
29+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-bin-2.31-r0.apk
30+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-i18n-2.31-r0.apk
31+
apk add glibc-bin-2.31-r0.apk glibc-i18n-2.31-r0.apk
3232
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8

0 commit comments

Comments
 (0)