From 8b1ad720dd3e8a90710fb48ebac829dda5bc1d50 Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 24 Sep 2024 20:18:27 +1000 Subject: [PATCH] Switch to use latest localstack-pro image by default --- rds-data.cabal | 8 ++++---- src/Data/RdsData/Default.hs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rds-data.cabal b/rds-data.cabal index bee053f..01ff492 100644 --- a/rds-data.cabal +++ b/rds-data.cabal @@ -39,10 +39,10 @@ common generic-lens { build-depends: generic-lens common hedgehog { build-depends: hedgehog >= 1.4 && < 2 } common hedgehog-extras { build-depends: hedgehog-extras >= 0.6.0.2 && < 0.7 } common http-client { build-depends: http-client >= 0.5.14 && < 0.8 } -common hw-polysemy-amazonka { build-depends: hw-polysemy:amazonka >= 0.2.14.6 && < 0.3 } -common hw-polysemy-core { build-depends: hw-polysemy:core >= 0.2.14.6 && < 0.3 } -common hw-polysemy-hedgehog { build-depends: hw-polysemy:hedgehog >= 0.2.14.6 && < 0.3 } -common hw-polysemy-testcontainers-localstack { build-depends: hw-polysemy:testcontainers-localstack >= 0.2.14.6 && < 0.3 } +common hw-polysemy-amazonka { build-depends: hw-polysemy:amazonka >= 0.2.14.7 && < 0.3 } +common hw-polysemy-core { build-depends: hw-polysemy:core >= 0.2.14.7 && < 0.3 } +common hw-polysemy-hedgehog { build-depends: hw-polysemy:hedgehog >= 0.2.14.7 && < 0.3 } +common hw-polysemy-testcontainers-localstack { build-depends: hw-polysemy:testcontainers-localstack >= 0.2.14.7 && < 0.3 } common microlens { build-depends: microlens >= 0.4.13 && < 0.5 } common mtl { build-depends: mtl >= 2 && < 3 } common optparse-applicative { build-depends: optparse-applicative >= 0.18.1.0 && < 0.19 } diff --git a/src/Data/RdsData/Default.hs b/src/Data/RdsData/Default.hs index bf13c4e..044d834 100644 --- a/src/Data/RdsData/Default.hs +++ b/src/Data/RdsData/Default.hs @@ -7,4 +7,4 @@ module Data.RdsData.Default import Data.Text projectDefaultLocalStack :: Text -projectDefaultLocalStack = "localstack/localstack-pro:3.7.2" +projectDefaultLocalStack = "localstack/localstack-pro:latest"