Skip to content

Commit

Permalink
Bump grafana/promtail from 2.7.4 to 3.1.2 in /docker
Browse files Browse the repository at this point in the history
Bumps grafana/promtail from 2.7.4 to 3.1.2.

---
updated-dependencies:
- dependency-name: grafana/promtail
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent d6482ab commit 04a8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$GOARCH go build -o /loki-cf-logdrain

FROM grafana/promtail:2.7.4 AS promtail
FROM grafana/promtail:3.1.2 AS promtail

## Build final image
FROM debian:buster
Expand Down

0 comments on commit 04a8027

Please sign in to comment.