Skip to content

Commit 7cb39f0

Browse files
authored
Merge pull request meshery#10624 from deepak4566/alpine-upgrade
upgrade alpine from 3.15.3 to 3.18.5 to solve vulnerabilities
2 parents 8d3ff4f + b15550c commit 7cb39f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN git config --global user.email "[email protected]"
2424
RUN git config --global user.name "meshery"
2525
RUN git clone --depth=1 https://github.com/layer5io/wrk2 && cd wrk2 && make
2626

27-
FROM alpine:3.15.3 as seed_content
27+
FROM alpine:3.18.5 as seed_content
2828
RUN apk add --no-cache curl
2929
WORKDIR /
3030
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 \
6262
#RUN cd nighthawk-go/apinighthawk/bin && chmod +x ./nighthawk_client
6363

6464

65-
FROM alpine:3.15.3
65+
FROM alpine:3.18.5
6666
ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc
67-
ENV GLIBC_VERSION=2.34-r0
67+
ENV GLIBC_VERSION=2.35-r1
6868
# To solve: ./meshery: /usr/glibc-compat/lib/libc.so.6: version `GLIBC_2.34' not found (required by ./meshery)
6969
RUN set -ex && \
7070
apk --update add libstdc++ curl ca-certificates && \

0 commit comments

Comments
 (0)