Skip to content

Commit 36a43b3

Browse files
chore(deps): bump alpine from 3.21.0 to 3.23.4 in /docker/perf (#58)
Bumps alpine from 3.21.0 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 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 a99df47 commit 36a43b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/perf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ RUN go get -d -v ./...
55
WORKDIR /go/src/github.com/nudgebee/application-profiler/cmd/agent
66
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /go/bin/agent
77

8-
FROM alpine:3.21.0 AS tools
8+
FROM alpine:3.23.4 AS tools
99
RUN apk add --no-cache git \
1010
&& git clone https://github.com/brendangregg/FlameGraph
1111

12-
FROM alpine:3.21.0
12+
FROM alpine:3.23.4
1313
RUN apk add --no-cache perf perl procps \
1414
&& mkdir -p /app/FlameGraph
1515
COPY --from=agentbuild /go/bin/agent /app/agent

0 commit comments

Comments
 (0)