Skip to content

Commit

Permalink
Merge pull request #6598 from benz0li/update-dev-containers-6db66dc
Browse files Browse the repository at this point in the history
Dev Container: Use GHC images from Quay
  • Loading branch information
mpilgrem authored Jun 3, 2024
2 parents 6db66dc + bb9647d commit 035ffea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/GHC.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_ON_IMAGE=glcr.b-data.ch/ghc/ghc-musl
ARG BUILD_ON_IMAGE=quay.io/benz0li/ghc-musl
ARG GHC_VERSION=latest
ARG HLS_VERSION
ARG STACK_VERSION
Expand All @@ -21,7 +21,7 @@ RUN find /files -type d -exec chmod 755 {} \; \
&& find /files -type f -exec chmod 644 {} \; \
&& find /files/usr/local/bin -type f -exec chmod 755 {} \;

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

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

Expand Down

0 comments on commit 035ffea

Please sign in to comment.