Relative Content

Tag Archive for javadocker

Auto increment project version in dockerfile

I have an application in java that is deployed inside a docker container, but every time I make a new release I have to manually update the version of the app in the docker file, is there any way to automate this by taking the version directly from the pom?