Skip to content

Commit

Permalink
chore: #9 MAke microcks-uber:1.8.0 the default image
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Oct 23, 2023
1 parent 4e130cc commit 16a23d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
public class DevServicesMicrocksProcessor {

private static final Logger log = Logger.getLogger(DevServicesMicrocksProcessor.class);
private static final String MICROCKS_UBER_NIGHTLY = "quay.io/microcks/microcks-uber:nightly";
private static final String MICROCKS_UBER_NIGHTLY = "quay.io/microcks/microcks-uber:1.8.0";
private static final String MICROCKS_SCHEME = "http://";

private static final String DEV_SERVICE_NAME = "microcks";
Expand Down

0 comments on commit 16a23d7

Please sign in to comment.