Skip to content

Commit 1a354ac

Browse files
authored
Merge pull request #86 from RoseSecurity/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21.3
2 parents 20ba54a + 4a2df5a commit 1a354ac

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.2
29+
FROM alpine:3.21.3
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)