Skip to content

Commit c66cb62

Browse files
chore(deps): bump golang in /docker/jvm (#68)
Bumps golang from 1.23.4-bullseye to 1.24.6-bullseye. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.6-bullseye 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 c33db7d commit c66cb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/jvm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG JAVA_VERSION_TAG=21
2-
FROM golang:1.23.4-bullseye AS agentbuild
2+
FROM golang:1.24.6-bullseye AS agentbuild
33
WORKDIR /go/src/github.com/nudgebee/application-profiler
44
COPY . /go/src/github.com/nudgebee/application-profiler
55
RUN go get -d -v ./...

0 commit comments

Comments
 (0)