Skip to content

Commit 035ffea

Browse files
authored
Merge pull request #6598 from benz0li/update-dev-containers-6db66dc
Dev Container: Use GHC images from Quay
2 parents 6db66dc + bb9647d commit 035ffea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/GHC.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_ON_IMAGE=glcr.b-data.ch/ghc/ghc-musl
1+
ARG BUILD_ON_IMAGE=quay.io/benz0li/ghc-musl
22
ARG GHC_VERSION=latest
33
ARG HLS_VERSION
44
ARG STACK_VERSION
@@ -21,7 +21,7 @@ RUN find /files -type d -exec chmod 755 {} \; \
2121
&& find /files -type f -exec chmod 644 {} \; \
2222
&& find /files/usr/local/bin -type f -exec chmod 755 {} \;
2323

24-
FROM ${BUILD_ON_IMAGE}${HLS_SFX} as hls
24+
FROM glcr.b-data.ch/ghc/ghc-musl${HLS_SFX} as hls
2525

2626
FROM glcr.b-data.ch/ndmitchell/hlsi:latest as hlsi
2727

0 commit comments

Comments
 (0)