Skip to content

Commit

Permalink
build(deps): Bump alpine from 3.17.3 to 3.18.0 (#1762)
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] authored May 15, 2023
1 parent 92cf560 commit 57b354f
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 @@ -8,7 +8,7 @@ WORKDIR /tflint
COPY . /tflint
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make build

FROM alpine:3.17.3
FROM alpine:3.18.0

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit 57b354f

Please sign in to comment.