Skip to content

Commit

Permalink
Merge pull request #103 from mdegat01/dependabot/docker/promtail/alpi…
Browse files Browse the repository at this point in the history
…ne-3.14.0

Bump alpine from 3.13.5 to 3.14.0 in /promtail
  • Loading branch information
mdegat01 authored Jun 16, 2021
2 parents 7b5ccf7 + feb3645 commit 27c1632
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 27c1632

Please sign in to comment.