Skip to content

Commit

Permalink
Merge pull request #125 from mdegat01/bump-alpine-3.14.1
Browse files Browse the repository at this point in the history
Bump alpine to `3.14.1`
  • Loading branch information
mdegat01 authored Aug 9, 2021
2 parents df21ff7 + c75a97d commit 335381a
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.14.0 as build_yq
FROM alpine:3.14.1 as build_yq
# https://github.com/mikefarah/yq/releases
ENV YQ_VERSION 4.11.2

Expand Down

0 comments on commit 335381a

Please sign in to comment.