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.
2 parents 6db66dc + bb9647d commit 035ffeaCopy full SHA for 035ffea
.devcontainer/GHC.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_ON_IMAGE=glcr.b-data.ch/ghc/ghc-musl
+ARG BUILD_ON_IMAGE=quay.io/benz0li/ghc-musl
2
ARG GHC_VERSION=latest
3
ARG HLS_VERSION
4
ARG STACK_VERSION
@@ -21,7 +21,7 @@ RUN find /files -type d -exec chmod 755 {} \; \
21
&& find /files -type f -exec chmod 644 {} \; \
22
&& find /files/usr/local/bin -type f -exec chmod 755 {} \;
23
24
-FROM ${BUILD_ON_IMAGE}${HLS_SFX} as hls
+FROM glcr.b-data.ch/ghc/ghc-musl${HLS_SFX} as hls
25
26
FROM glcr.b-data.ch/ndmitchell/hlsi:latest as hlsi
27
0 commit comments