File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
RUN git config --global user.name "meshery"
25
25
RUN git clone --depth=1 https://github.com/layer5io/wrk2 && cd wrk2 && make
26
26
27
- FROM alpine:3.15.3 as seed_content
27
+ FROM alpine:3.18.5 as seed_content
28
28
RUN apk add --no-cache curl
29
29
WORKDIR /
30
30
RUN lines=$(curl -s https://api.github.com/repos/layer5io/wasm-filters/releases/latest | grep "browser_download_url.*wasm" | cut -d : -f 2,3 | sed 's/"//g' ) \
@@ -62,9 +62,9 @@ RUN mkdir -p /seed_content/applications && cd /seed_content/applications \
62
62
# RUN cd nighthawk-go/apinighthawk/bin && chmod +x ./nighthawk_client
63
63
64
64
65
- FROM alpine:3.15.3
65
+ FROM alpine:3.18.5
66
66
ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc
67
- ENV GLIBC_VERSION=2.34-r0
67
+ ENV GLIBC_VERSION=2.35-r1
68
68
# To solve: ./meshery: /usr/glibc-compat/lib/libc.so.6: version `GLIBC_2.34' not found (required by ./meshery)
69
69
RUN set -ex && \
70
70
apk --update add libstdc++ curl ca-certificates && \
You can’t perform that action at this time.
0 commit comments