Skip to content

Commit de859af

Browse files
chore(deps): bump alpine from 3.23 to 3.24 in /components/tracer
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40ee460 commit de859af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/tracer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(echo $TARGETPLATFORM | cut -d'/' -f2) \
2424
-o /app/tracer components/tracer/cmd/app/main.go
2525

2626
# Development image with Alpine (shell + wget for healthcheck)
27-
FROM alpine:3.23 AS dev
27+
FROM alpine:3.24 AS dev
2828

2929
ARG SERVER_PORT=4020
3030
ENV SERVER_PORT=${SERVER_PORT}

0 commit comments

Comments
 (0)