File tree Expand file tree Collapse file tree 7 files changed +25
-24
lines changed Expand file tree Collapse file tree 7 files changed +25
-24
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.8.1 .0
47
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
46
+ ARG CABAL_INSTALL=3.10.2 .0
47
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
50
50
cd /tmp; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
58
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
61
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.8.1 .0
61
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
60
+ ARG CABAL_INSTALL=3.10.2 .0
61
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
64
64
cd /tmp; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
72
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
75
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.8.1 .0
47
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
46
+ ARG CABAL_INSTALL=3.10.2 .0
47
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
50
50
cd /tmp; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
58
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
61
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.8.1 .0
61
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
60
+ ARG CABAL_INSTALL=3.10.2 .0
61
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
64
64
cd /tmp; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
72
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
75
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.8.1 .0
47
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
46
+ ARG CABAL_INSTALL=3.10.2 .0
47
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
50
50
cd /tmp; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
58
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
61
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.8.1 .0
61
- ARG CABAL_INSTALL_RELEASE_KEY=E9EC5616017C3EE26B33468CCE1ED8AE0B011D8C
60
+ ARG CABAL_INSTALL=3.10.2 .0
61
+ ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
64
64
cd /tmp; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='c7fa9029f2f829432dd9dcf764e58605fbb7431db79234feb3e46684a9b37214 ' ; \
72
+ CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='c71a1a46fd42d235bb86be968660815c24950e5da2d1ff4640da025ab520424b ' ; \
75
+ CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ An [example](https://github.com/haskell/docker-haskell/commit/d25abd175c94517494
111
111
4 . Update the PGP key if the person doing the release has changed. You can build the image locally at this point to see if it works or not. If it fails you need to update the PGP key. You need to find the key from the person doing the release on the ubuntu keyserver. See below for known releasers.
112
112
113
113
* [ Mikolaj Konarski] ( https://keyserver.ubuntu.com/pks/lookup?search=mikolaj.konarski%40gmail.com&fingerprint=on&op=index )
114
+ * [ Hécate] ( https://keyserver.ubuntu.com/pks/lookup?search=hecate%40glitchbra.in&fingerprint=on&op=index )
114
115
115
116
An [ example] ( https://github.com/haskell/docker-haskell/commit/73cf1f7f950cd34bf7cc9691067b0e7761016c1a )
116
117
You can’t perform that action at this time.
0 commit comments