Skip to content

Commit

Permalink
Merge pull request #78 from philips-software/dependabot/docker/docker…
Browse files Browse the repository at this point in the history
…/grafana/promtail-3.1.2

Bump grafana/promtail from 2.7.4 to 3.1.2 in /docker
  • Loading branch information
loafoe authored Nov 5, 2024
2 parents 6fbe1ca + 04a8027 commit 464ff53
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 464ff53

Please sign in to comment.