Skip to content

Commit

Permalink
Merge branch 'master' into lookuptable-query
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored Aug 22, 2024
2 parents 08ada2f + dfabe31 commit 4f18bf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ From a high level, the ingestion library is broken down into a few modular compo
[ Ledger Backend ]
|
|
Captive
Core
|---+---|
Captive Buffered
Core Storage
```

This is described in a little more detail in [`doc.go`](./doc.go), its accompanying examples, the documentation within this package, and the rest of this tutorial.
Expand Down
2 changes: 1 addition & 1 deletion services/galexie/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder
FROM golang:1.22-bookworm AS builder

WORKDIR /go/src/github.com/stellar/go

Expand Down
5 changes: 1 addition & 4 deletions services/horizon/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# How to contribute

Please read the [Contribution Guide](https://github.com/stellar/docs/blob/master/CONTRIBUTING.md).

Then please [sign the Contributor License Agreement](https://docs.google.com/forms/d/1g7EF6PERciwn7zfmfke5Sir2n10yddGGSXyZsq98tVY/viewform?usp=send_form).

Please read the [Contribution Guide](https://github.com/stellar/.github/blob/master/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion services/horizon/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder
FROM golang:1.22-bookworm AS builder

ARG VERSION="devel"
WORKDIR /go/src/github.com/stellar/go
Expand Down

0 comments on commit 4f18bf8

Please sign in to comment.