Skip to content

Commit

Permalink
Upgraded default Localstack to 1.3.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 6, 2022
1 parent 6afeabd commit a23f2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class LocalstackContainerConfiguration {

// taken from LocalstackContainer defaults which are private constants
private String image = "localstack/localstack";
private String tag = "1.2.0";
private String tag = "1.3.0";

private List<String> services = new ArrayList<>();

Expand Down

0 comments on commit a23f2ac

Please sign in to comment.