Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Jul 20, 2022
1 parent f35c021 commit dd97d09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/haskell@sha256:daa1aef1af14e83dd96e68ee559b5e614ef856de889989e755ba294c1905de07 AS builder
FROM docker.io/library/haskell@sha256:e4b7e46adc6b22035a691e886019471f30f60a5d8b8d99a686f36a6068de6c4b AS builder

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -46,7 +46,7 @@ EXPOSE 80

HEALTHCHECK CMD curl -fs http://localhost || false
#===============================================================================
FROM docker.io/library/debian@sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526
FROM docker.io/library/debian@sha256:0685c900f6e691bdda6980c0ed0779d20183bc58770059b64adb56cb8a3129f0

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
9 changes: 5 additions & 4 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.data-default-instances-dlist ==0.0.1,
any.data-default-instances-old-locale ==0.0.1,
any.deepseq ==1.4.4.0,
any.deriving-aeson ==0.2.8,
any.digestive-functors ==0.8.4.2,
any.digestive-functors-heist ==0.8.8.1,
any.digestive-functors-snap ==0.7.0.1,
Expand All @@ -115,7 +116,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.generic-deriving ==1.13.1,
generic-deriving +base-4-9,
any.ghc-boot-th ==8.10.7,
any.ghc-lib-parser ==9.2.3.20220527,
any.ghc-lib-parser ==9.2.3.20220709,
any.ghc-lib-parser-ex ==9.2.0.4 || ==9.2.1.0,
ghc-lib-parser-ex -auto -no-ghc-lib,
any.ghc-prim ==0.6.1,
Expand All @@ -125,7 +126,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.haskell-src-exts ==1.23.1,
any.haskell-src-meta ==0.8.10,
any.heist ==1.1.0.1,
any.hlint ==3.4,
any.hlint ==3.4.1,
hlint -ghc-lib +gpl -hsyaml +threaded,
any.hourglass ==0.2.12,
any.hsc2hs ==0.68.8,
Expand Down Expand Up @@ -165,7 +166,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.iproute ==1.7.12,
any.jmacro ==0.6.17.1,
jmacro -benchmarks,
any.kan-extensions ==5.2.4,
any.kan-extensions ==5.2.5,
any.lens ==4.19.2,
lens -benchmark-uniplate -dump-splices +inlining -j -old-inline-pragmas -safe +test-doctests +test-hunit +test-properties +test-templates +trustworthy,
any.lens-aeson ==1.1.3,
Expand Down Expand Up @@ -212,7 +213,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.regex-posix ==0.96.0.1,
regex-posix -_regex-posix-clib,
any.relude ==1.1.0.0,
any.resourcet ==1.2.5,
any.resourcet ==1.2.6,
any.rts ==1.0.1,
any.safe ==0.3.19,
any.scientific ==0.3.7.0,
Expand Down

0 comments on commit dd97d09

Please sign in to comment.