You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Snowplow Micro is hosted on Docker Hub ([snowplow/snowplow-micro][docker-micro])
18
18
The following command can be used to run Micro with the default configuration:
19
19
20
20
```bash
21
-
docker run -p 9090:9090 snowplow/snowplow-micro:1.3.1
21
+
docker run -p 9090:9090 snowplow/snowplow-micro:1.3.2
22
22
```
23
23
24
24
A [distroless][distroless-repo] image is also provided, which benefits from being smaller and more secure, with the downside of basic utilities (such as a shell) not being present in the image.
25
25
26
-
The distroless image is tagged as `snowplow/snowplow-micro:1.3.1-distroless` on Docker Hub.
26
+
The distroless image is tagged as `snowplow/snowplow-micro:1.3.2-distroless` on Docker Hub.
27
27
28
28
#### Configuring Micro
29
29
@@ -43,7 +43,7 @@ The configuration files must be placed in a folder that is mounted in the Docker
0 commit comments