Skip to content

Commit 294ce84

Browse files
chore(deps): bump alpine from 3.14 to 3.23 in /docker
Bumps alpine from 3.14 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 186cba3 commit 294ce84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/otel-collector.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY --from=config extension-statsviz/ ./extension-statsviz/
2121
RUN CGO_ENABLED=0 builder --config=/build/builder-config.yaml
2222

2323
# Stage 2: Final Image
24-
FROM alpine:3.14
24+
FROM alpine:3.23
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)