Skip to content

Commit 4a2df5a

Browse files
chore(deps): update alpine docker tag to v3.21.3
1 parent 20ba54a commit 4a2df5a

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)