Skip to content

Commit

Permalink
bump substreams-sink-sql image to v4.0.1 in 'alpha service serve'
Browse files Browse the repository at this point in the history
prepare changelog for v1.3.4
  • Loading branch information
sduchesneau committed Feb 1, 2024
1 parent 1285590 commit a3c6d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v1.3.4

### Code generation

Expand Down
2 changes: 1 addition & 1 deletion sink-server/docker/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (e *DockerEngine) newSink(deploymentID string, dbService string, pkg *pbsub
conf = types.ServiceConfig{
Name: name,
ContainerName: name,
Image: "ghcr.io/streamingfast/substreams-sink-sql:v4.0.0-rc.2",
Image: "ghcr.io/streamingfast/substreams-sink-sql:v4.0.1",
Restart: "on-failure",
Entrypoint: []string{
"/opt/subservices/config/start.sh",
Expand Down

0 comments on commit a3c6d69

Please sign in to comment.