We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4bb25 commit 9bdae2eCopy full SHA for 9bdae2e
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.26.1 AS builder
+FROM golang:1.26.2 AS builder
2
3
COPY . .
4
debian.Dockerfile
@@ -1,11 +1,11 @@
# This Dockerfile is used by the integration example and installs additional software to try out the Splunk_TA_nix addon.
-from golang:1.26.1 as builder
+from golang:1.26.2 as builder
5
6
RUN cd cmd/tarunner && GOOS=linux GOARCH=amd64 go build . && cp tarunner /
7
8
-from debian:trixie-20260316
+from debian:trixie-20260406
9
10
COPY --from=builder --chmod=755 /tarunner /tarunner
11
0 commit comments