Skip to content

Commit

Permalink
Bump alpine from 3.13.5 to 3.14.0 in /promtail
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.5 to 3.14.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent 7b5ccf7 commit feb3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promtail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILD_ARCH=amd64
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.0.1 as build_promtail

# https://hub.docker.com/_/alpine
FROM alpine:3.13.5 as build_yq
FROM alpine:3.14.0 as build_yq
# https://github.com/mikefarah/yq/releases
ENV YQ_VERSION 4.9.6

Expand Down

0 comments on commit feb3645

Please sign in to comment.