Skip to content

Commit

Permalink
build(deps): Bump alpine from 3.19 to 3.20 (#2055)
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 May 28, 2024
1 parent b61fbd2 commit bc11bff
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.19
FROM alpine:3.20

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit bc11bff

Please sign in to comment.