Skip to content

Commit

Permalink
Update Docker image to golang:1.21-bookworm (#308)
Browse files Browse the repository at this point in the history
Reference: #299
  • Loading branch information
bflad authored May 19, 2024
1 parent 3fde41a commit 07551c2
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
@@ -1,4 +1,4 @@
FROM golang:1.19-buster
FROM golang:1.21-bookworm
WORKDIR /src
COPY tfproviderlint /usr/bin/tfproviderlint
ENTRYPOINT ["/usr/bin/tfproviderlint"]
Expand Down

0 comments on commit 07551c2

Please sign in to comment.