Skip to content

Commit

Permalink
build(deps): Bump alpine from 3.15.1 to 3.15.2 (#1339)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2022
1 parent 9289837 commit bf80af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /tflint
COPY . /tflint
RUN make build

FROM alpine:3.15.1 as prod
FROM alpine:3.15.2 as prod

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit bf80af2

Please sign in to comment.