Skip to content
Snippets Groups Projects
Verified Commit 5f3b66e0 authored by Olivier Benz's avatar Olivier Benz
Browse files

HLS: Update base image to alpine:3.21

parent 47a29642
Branches
No related tags found
No related merge requests found
Pipeline #35371 passed
...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \ ...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \
&& strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \ && strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \
&& emake bindist-tar && emake bindist-tar
FROM alpine:3.20 AS hls FROM alpine:3.21 AS hls
ARG HLS_VERSION ARG HLS_VERSION
......
...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \ ...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \
&& strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \ && strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \
&& emake bindist-tar && emake bindist-tar
FROM alpine:3.20 AS hls FROM alpine:3.21 AS hls
ARG HLS_VERSION ARG HLS_VERSION
......
...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \ ...@@ -29,7 +29,7 @@ RUN apk add --no-cache patchelf findutils \
&& strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \ && strip "out/bindist/$ARTIFACT/haskell-language-server-$HLS_VERSION/lib/$GHC_VERSION"/*.so \
&& emake bindist-tar && emake bindist-tar
FROM alpine:3.20 AS hls FROM alpine:3.21 AS hls
ARG HLS_VERSION ARG HLS_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment