Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.18.3 as builder
FROM --platform=$BUILDPLATFORM alpine:3.18.4 as builder

ARG TARGETOS TARGETARCH

Expand All @@ -25,7 +25,7 @@ RUN wget -O /tmp/tflint-ruleset-google.zip https://github.com/terraform-linters/
&& unzip /tmp/tflint-ruleset-google.zip -d ~/.tflint.d/plugins \
&& rm /tmp/tflint-ruleset-google.zip

FROM alpine:3.18.3
FROM alpine:3.18.4

LABEL maintainer=terraform-linters

Expand Down