Skip to content

Commit

Permalink
Bump alpine to 3.14.1
Browse files Browse the repository at this point in the history
Bump alpine from `3.14.0` to `3.14.1`
  • Loading branch information
mdegat01 authored Aug 9, 2021
1 parent df21ff7 commit c75a97d
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 c75a97d

Please sign in to comment.