Skip to content

Commit

Permalink
Merge pull request #146 from ekristen/fix-typo
Browse files Browse the repository at this point in the history
fix: accidental removal of `r` from goreleaser in dockerfile
  • Loading branch information
ekristen authored Apr 17, 2024
2 parents 78a22ea + f6d3349 commit 2ef5eef
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 @@ -12,7 +12,7 @@ RUN \
--mount=type=cache,target=/root/.cache/go-build \
go build -ldflags '-s -w -extldflags="-static"' -o bin/aws-nuke main.go

FROM base AS gorelease
FROM base AS goreleaser
ENTRYPOINT ["/usr/local/bin/aws-nuke"]
COPY aws-nuke /usr/local/bin/aws-nuke
USER aws-nuke
Expand Down

0 comments on commit 2ef5eef

Please sign in to comment.