fnproject / dockers

Docker base images for various programming languages.
https://fnproject.github.io/
35 stars 10 forks source link

Lock base version to current stable (3.6) #1

Closed skwashd closed 6 years ago

skwashd commented 6 years ago

Commit 1945aee0 removed the version reference. This means that packaging changes can break things in the language specific images. I hit this when working with the Python images. Locking to the minor version avoids any surprises.

treeder commented 6 years ago

I set it to latest stable 3.7 in this PR: https://github.com/fnproject/dockers/pull/6