Skip to content

Commit 78be0fb

Browse files
authored
Merge pull request #74 from RoseSecurity/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21.1
2 parents a89ad4e + 4da48a2 commit 78be0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN <<EOF
2626
go build -v -o ./terramaid main.go
2727
EOF
2828

29-
FROM alpine:3.21.0
29+
FROM alpine:3.21.1
3030
COPY --from=builder /usr/src/terramaid/terraform /usr/local/bin/terraform
3131
COPY --from=builder /usr/src/terramaid/terramaid /usr/local/bin/terramaid
3232

0 commit comments

Comments
 (0)