Skip to content

Commit

Permalink
Merge pull request #18 from haskell-works/newhoggy/switch-to-use-late…
Browse files Browse the repository at this point in the history
…st-localstack-pro-image-by-default

Switch to use latest localstack-pro image by default
  • Loading branch information
newhoggy authored Sep 24, 2024
2 parents ec8e287 + 8b1ad72 commit 09f3c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rds-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion src/Data/RdsData/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 09f3c31

Please sign in to comment.