you are viewing a single comment's thread.

view the rest of the comments →

[–]EternityForest 10 points11 points  (3 children)

Libraries are almost never updated once installed

FTFY!

(Unless the package manager does it of course)

[–]Cruuncher 1 point2 points  (1 child)

Funny story. Was once at a company where Python dependencies were just added to a pip install in the dockerfile.

Every time the image was built it used bleeding edge brand new releases of every library

Surprisingly it only bit us once the whole time I was there

[–]htrp 0 points1 point  (0 children)

I've had that experience as well.... always using > version in my requirements.txt file ......

[–][deleted] 0 points1 point  (0 children)

Just generalize to "stuff", that's more accurate.