Skip to content

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

build/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '2'
2-
31
networks:
42
net:
53

build/go/fileshot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66

77
# Copy source files and set the working directory

build/go/filestream/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66

77
# Copy source files and set the working directory

build/go/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66

77
# Copy source files and set the working directory

build/go/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66

77
# Copy source files and set the working directory

build/go/oneshot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
LABEL maintainer="Target Brands, Inc. TTS-CFC-OpenSource@target.com"
66

77
# Copy source files and set the working directory

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module strelka-frontend
22

3-
go 1.22.9
3+
go 1.24.1
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.4

0 commit comments

Comments
 (0)