Skip to content

Commit

Permalink
Bump cryostat-base to 0.1.1 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Apr 30, 2021
1 parent 55bfda8 commit 1b93589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<imageBuilder>/usr/bin/podman</imageBuilder>
<baseImage>quay.io/cryostat/cryostat-base</baseImage>
<baseImageTag>0.1.0</baseImageTag>
<baseImageTag>@sha256:2e1f7da6f135bbbe1ec4a98dcf83c2f76e4f3de23d490c2b7cb3c635a89aad22</baseImageTag><!-- 0.1.1 -->
<node.version>v12.5.0</node.version>
<yarn.version>v1.22.10</yarn.version>

Expand Down Expand Up @@ -383,7 +383,7 @@
<executable>${imageBuilder}</executable>
</dockerClient>
<from>
<image>${baseImage}:${baseImageTag}</image>
<image>${baseImage}${baseImageTag}</image>
</from>
<to>
<image>${cryostat.imageStream}</image>
Expand Down

0 comments on commit 1b93589

Please sign in to comment.