Skip to content

Commit 9bdae2e

Browse files
Update dockerfile deps
1 parent ed4bb25 commit 9bdae2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1 AS builder
1+
FROM golang:1.26.2 AS builder
22

33
COPY . .
44

debian.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This Dockerfile is used by the integration example and installs additional software to try out the Splunk_TA_nix addon.
2-
from golang:1.26.1 as builder
2+
from golang:1.26.2 as builder
33

44
COPY . .
55

66
RUN cd cmd/tarunner && GOOS=linux GOARCH=amd64 go build . && cp tarunner /
77

8-
from debian:trixie-20260316
8+
from debian:trixie-20260406
99

1010
COPY --from=builder --chmod=755 /tarunner /tarunner
1111

0 commit comments

Comments
 (0)