Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 95a0e4d commit fab324c
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 fab324c

Please sign in to comment.