Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created July 27, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starefossen/e77f7bdcfc35c3ac1357 to your computer and use it in GitHub Desktop.
Save Starefossen/e77f7bdcfc35c3ac1357 to your computer and use it in GitHub Desktop.
find . -name 'Dockerfile' -print0 | xargs -0 sed -i -e 's/6.9.1-6/6.9.1-10/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment