Skip to content

Commit

Permalink
Merge branch 'from-scratch' into 'main'
Browse files Browse the repository at this point in the history
changed base image from alpine to scratch

See merge request cryptastic/chia-price-exporter!16
  • Loading branch information
stefan-lange committed Jul 18, 2023
2 parents b1c3dc7 + d553581 commit 61b3056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- changed base image from alpine to scratch

## [0.0.4] - 2023-06-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN go mod download
COPY . .
RUN make build

FROM alpine:3
FROM scratch
COPY --from=builder /build/bin/chia-price-exporter /usr/local/bin/chia-price-exporter
ENTRYPOINT ["/usr/local/bin/chia-price-exporter"]

0 comments on commit 61b3056

Please sign in to comment.