Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/buf.build/gen/go/grpc-…
Browse files Browse the repository at this point in the history
…ecosystem/grpc-gateway/protocolbuffers/go-1.34.2-20240617172850-a48fcebcf8f1.1
  • Loading branch information
hariso committed Jun 18, 2024
2 parents b40c821 + 3bf418c commit 1a0d34d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ updates:
interval: "monthly"
commit-message:
prefix: "npm:"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "docker:"
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ changelog:
- '^npm:'
- '^go.mod:'
- '^.github:'
- '^docker:'
- Merge branch
release:
prerelease: auto
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . .
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make build

# Copy built binaries to production slim image.
FROM alpine:3.19 AS final
FROM alpine:3.20 AS final
# HTTP API
EXPOSE 8080/tcp
# gRPC API
Expand Down

0 comments on commit 1a0d34d

Please sign in to comment.