Skip to content

Commit d6a76fb

Browse files
chore(deps): bump golang in /docker/python (#62)
Bumps golang from 1.23.4-alpine to 1.26.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ec37a9 commit d6a76fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4-alpine AS agentbuild
1+
FROM golang:1.26.3-alpine AS agentbuild
22
WORKDIR /go/src/github.com/nudgebee/application-profiler
33
COPY . /go/src/github.com/nudgebee/application-profiler
44
RUN go get -d -v ./...

0 commit comments

Comments
 (0)