We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0cee0 commit 38c52e0Copy full SHA for 38c52e0
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
3
FROM alpine
4
5
-ENV GLIBC_VER=2.35-r0
+ENV GLIBC_VER=2.35-r1
6
7
RUN apk --no-cache update && \
8
apk add --no-cache bash curl python3 py3-pip jq git file tar && \
0 commit comments