Skip to content

Commit 53b4920

Browse files
build(deps): Bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f135c9 commit 53b4920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /tflint
88
COPY . /tflint
99
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make build
1010

11-
FROM alpine:3.21
11+
FROM alpine:3.22
1212

1313
LABEL maintainer=terraform-linters
1414

0 commit comments

Comments
 (0)