Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Bump alpine from 3.18.2 to 3.18.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.2 to 3.18.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 9cba133 commit a7fefbc
Showing 1 changed file with 2 additions and 2 deletions.
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.2 as builder
FROM --platform=$BUILDPLATFORM alpine:3.18.3 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.2
FROM alpine:3.18.3

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit a7fefbc

Please sign in to comment.