Skip to content

Commit

Permalink
build(deps): Bump alpine from 3.18 to 3.19 (#1938)
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 Dec 11, 2023
1 parent 3875f93 commit 69526ee
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.18
FROM alpine:3.19

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit 69526ee

Please sign in to comment.