File tree Expand file tree Collapse file tree 7 files changed +6
-8
lines changed
Expand file tree Collapse file tree 7 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- version : ' 2'
2-
31networks :
42 net :
53
Original file line number Diff line number Diff line change 11# Strelka Fileshot
22# Client is designed to one-shot upload files and retrieve their results
33# For more information, please see: https://target.github.io/strelka/#/?id=strelka-fileshot
4- FROM golang:1.22.9 AS build
4+ FROM golang:1.24 AS build
55LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66
77# Copy source files and set the working directory
Original file line number Diff line number Diff line change 11# Strelka Filestream
22# Client is designed to continuously stream files and retrieves their results.
33# For more information, please see: https://target.github.io/strelka/#/?id=strelka-filestream
4- FROM golang:1.22.9 AS build
4+ FROM golang:1.24 AS build
55LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66
77# Copy source files and set the working directory
Original file line number Diff line number Diff line change 11# Strelka Frontend
22# The frontend for a cluster in which clients can connect directly via Envoy.
33# For more information, please see: https://target.github.io/strelka/#/?id=strelka-frontend
4- FROM golang:1.22.9 AS build
4+ FROM golang:1.24 AS build
55LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66
77# Copy source files and set the working directory
Original file line number Diff line number Diff line change 11# Strelka Manager
22# Manages portions of Strelka's Redis database.
33# For more information, please see: https://target.github.io/strelka/#/?id=strelka-manager
4- FROM golang:1.22.9 AS build
4+ FROM golang:1.24 AS build
55LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66
77# Copy source files and set the working directory
Original file line number Diff line number Diff line change 11# Strelka Oneshot
22# Client is designed to be used to submit a single file from command line and receive the result for it immediately.
33# For more information, please see: https://target.github.io/strelka/#/?id=strelka-oneshot
4- FROM golang:1.22.9 AS build
4+ FROM golang:1.24 AS build
55LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66
77# Copy source files and set the working directory
Original file line number Diff line number Diff line change 11module strelka-frontend
22
3- go 1.22.9
3+ go 1.24.1
44
55require (
66 github.com/go-redis/redis/v8 v8.11.4
You can’t perform that action at this time.
0 commit comments