We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaf4c8 commit bf7c3ceCopy full SHA for bf7c3ce
Dockerfile
@@ -5,7 +5,7 @@ ENV LANG=C.UTF-8
5
# Here we install GNU libc (aka glibc) and set C.UTF-8 locale as default.
6
7
RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \
8
- ALPINE_GLIBC_PACKAGE_VERSION="2.33-r0" && \
+ ALPINE_GLIBC_PACKAGE_VERSION="2.34-r0" && \
9
ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
10
ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
11
ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
0 commit comments