Skip to content

Commit

Permalink
Merge pull request #58 from RoseSecurity/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.20.3
  • Loading branch information
RoseSecurity authored Sep 9, 2024
2 parents 95a0e4d + fab324c commit eb85569
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 @@ -23,7 +23,7 @@ RUN <<EOF
go build -v -o ./terramaid main.go
EOF

FROM alpine:3.20.2
FROM alpine:3.20.3
COPY --from=builder /usr/src/terramaid/terraform /usr/local/bin/terraform
COPY --from=builder /usr/src/terramaid/terramaid /usr/local/bin/terramaid

Expand Down

0 comments on commit eb85569

Please sign in to comment.