Skip to content

Commit

Permalink
Bump collector to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 4, 2024
1 parent 17d2408 commit 081bbf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.0.1-distroless
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.0.1-distroless
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.0.1-distroless
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down

0 comments on commit 081bbf8

Please sign in to comment.