diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-05-12 07:51:50 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-05-12 07:51:50 -0400 |
commit | 32eaae9f106eeb7673ef2f2355bb687db9626aa1 (patch) | |
tree | 108e214b8d1b48246d856afa841bf031cd2b7d68 | |
parent | 0938b00966ecd7aa89ceb84db026dd0bb9ea24df (diff) |
Fix base docker image
Issue-ID: CPS-407
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I043c9ce15ff5803683d7b1694d4779f80aeecc14
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ <creationTime>USE_CURRENT_TIMESTAMP</creationTime> </container> <from> - <image>${base.image}</image> + <image>${image.base}</image> </from> <to> <tags> |