Skip to content

Commit

Permalink
use maven build time for docker image (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Dec 7, 2023
1 parent 1ac5b69 commit fc53c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planetiler-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
</org.opencontainers.image.source>
</labels>
<mainClass>${mainClass}</mainClass>
<creationTime>${maven.build.timestamp}</creationTime>
<filesModificationTime>${maven.build.timestamp}</filesModificationTime>
</container>
</configuration>
</plugin>
Expand Down

0 comments on commit fc53c36

Please sign in to comment.