Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

uber-web/base-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-image

Base docker image for web projects.

Publishing images for new Node versions

Run ./publish.sh [base-version]. This will update the Dockerfile and publish the image to DockerHub

For example: ./publish.sh 14.18.0

Don't forget to commit changes