Skip to content

Commit

Permalink
chore(deps): bump debian from 12.1 to 12.2
Browse files Browse the repository at this point in the history
Bumps debian from 12.1 to 12.2.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 01fdf3e commit 6d41414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For FIPS binary, there are some debian runtime dependencies
FROM debian:12.1 as otelcol
FROM debian:12.2 as otelcol
COPY otelcol-sumo /
# This shouldn't be necessary but sometimes we end up with execution bit not set.
# ref: https://github.com/open-telemetry/opentelemetry-collector/issues/1317
Expand All @@ -18,7 +18,7 @@ RUN apk --update add ca-certificates
FROM alpine:3.18.4 as directories
RUN mkdir /etc/otel/

FROM debian:12.1 as systemd
FROM debian:12.2 as systemd
RUN apt update && apt install -y systemd
# prepare package with journald and it's dependencies keeping original paths
# h stands for dereference of symbolic links
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_local
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk --update add ca-certificates
FROM alpine:3.18.4 as directories
RUN mkdir /etc/otel/

FROM debian:12.1 as systemd
FROM debian:12.2 as systemd
RUN apt update && apt install -y systemd
# prepare package with journald and it's dependencies keeping original paths
# h stands for dereference of symbolic links
Expand Down

0 comments on commit 6d41414

Please sign in to comment.