diff --git a/Dockerfile b/Dockerfile index 4b58c5a..426931a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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