Docker caches the latest version on my machine, I know I can do docker pull on it, but is there a way to do it via the command line tool?
latest
docker pull
With the command line tool, you can run:
fn update
Or without it:
docker pull fnproject/functions:latest
For Fn CLI V0.5.15 and presumably higher use
fn update server
Copyright © 2021 Jogjafile Inc.
With the command line tool, you can run:
Or without it: