Skip to content

Commit

Permalink
Update public.ecr.aws/docker/library/golang Docker tag to v1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent c450f2b commit b222f7b
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,5 +1,5 @@
# Start by building the nitriding proxy daemon.
FROM public.ecr.aws/docker/library/golang:1.20.6-alpine as go-builder
FROM public.ecr.aws/docker/library/golang:1.20.7-alpine as go-builder

RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/[email protected]

Expand Down

0 comments on commit b222f7b

Please sign in to comment.