Skip to content

Commit

Permalink
Merge pull request #74 from RoseSecurity/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.21.1
  • Loading branch information
RoseSecurity authored Jan 7, 2025
2 parents a89ad4e + 4da48a2 commit 78be0fb
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 @@ -26,7 +26,7 @@ RUN <<EOF
go build -v -o ./terramaid main.go
EOF

FROM alpine:3.21.0
FROM alpine:3.21.1
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 78be0fb

Please sign in to comment.