https://pulumi.com logo
#general
Title
# general
b

brave-angle-33257

10/15/2021, 3:35 AM
im building this all in a docker container, i think i'll need to build it "nocache" each time to get the latest version of the binary, and also move my package to read
^3.0.0
to match the dependency of the pulumi/aws package and build the whole thing at once each time to make sure they're all on same version
p

proud-pizza-80589

10/15/2021, 9:25 AM
we have this a lot, the clue for us is to make sure we remove and regenerate the lock file. especially when using stuff like renovate/dependabot
as soon as there is any pulumi package that is updated
b

brave-angle-33257

10/15/2021, 7:07 PM
thanks for that! yea, rebuilding all on the same basic version requirement from scratch got them all on the same line.. weird one
4 Views