Skip to content

Commit

Permalink
Merge branch 'update-deps' of github.com:swimlane/ses-smtpd-proxy int…
Browse files Browse the repository at this point in the history
…o update-deps
  • Loading branch information
bagel-dawg committed Jun 2, 2024
2 parents 4df191f + 21e06c7 commit 54b2e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ FROM golang:1.22 as build
WORKDIR /go/src/app
COPY . /go/src/app

# RUN go get -u && go mod tidy
RUN CGO_ENABLED=0 go build -o /go/bin/app
RUN CGO_ENABLED=0 go build -o /go/bin/app -buildvcs=false

FROM gcr.io/distroless/static-debian12

COPY --from=build /go/bin/app /
CMD ["/app"]
CMD ["/app"]
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module code.crute.us/mcrute/ses-smtpd-proxy

go 1.21

toolchain go1.22.3

require (
github.com/aws/aws-sdk-go v1.53.14
github.com/hashicorp/vault/api v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit 54b2e29

Please sign in to comment.