Skip to content

Commit 941e71a

Browse files
committed
1 parent 6f66f2c commit 941e71a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.24 AS build
4+
FROM golang:1.26 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.24 AS build
4+
FROM golang:1.26 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.24 AS build
4+
FROM golang:1.26 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.24 AS build
4+
FROM golang:1.26 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.24 AS build
4+
FROM golang:1.26 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.24.2
3+
go 1.26.6
44

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

0 commit comments

Comments
 (0)