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.
1 parent 343216c commit 6d6ab8eCopy full SHA for 6d6ab8e
worker-setup/base.Dockerfile
@@ -118,7 +118,7 @@ RUN apt-get install -y \
118
&& apt-get autoremove -y --purge && apt-get clean
119
120
# recheck for updated dists
121
-RUN echo 1 && apt-get update && apt-get dist-upgrade -y
+RUN echo 2 && apt-get update && apt-get dist-upgrade -y
122
123
# 2nd iteration
124
RUN apt-get install -y \
worker-setup/worker.conf
@@ -20,4 +20,4 @@ compiler-exe:
20
* "/opt/ghc/8.0.2/bin/xghc"
21
* "/opt/ghc/8.2.2/bin/xghc"
22
* "/opt/ghc/8.4.4/bin/xghc"
23
- * "/opt/ghc/8.6.3/bin/xghc"
+ * "/opt/ghc/8.6.5/bin/xghc"
0 commit comments