Compare commits

..

No commits in common. "v0.3.2" and "v0.3.1" have entirely different histories.

4 changed files with 5 additions and 12 deletions

View File

@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.2]
### Fixed
* Switch to Debian bookworm Docker image for runtime; fixes Docker image
## [0.3.1]
### Changed
@ -97,9 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Rename Autarco Scraper project to Solar Grabber.
[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.2...HEAD
[0.3.2]: https://git.luon.net/paul/solar-grabber/compare/v0.3.1...v0.3.2
[0.3.1]: https://git.luon.net/paul/solar-grabber/compare/v0.3.0...v0.3.1
[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.1...HEAD
[0.3.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0
[0.3.0]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0
[0.2.2]: https://git.luon.net/paul/solar-grabber/compare/v0.2.1...v0.2.2
[0.2.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.0...v0.2.1

2
Cargo.lock generated
View File

@ -1557,7 +1557,7 @@ dependencies = [
[[package]]
name = "solar-grabber"
version = "0.3.2"
version = "0.3.1"
dependencies = [
"chrono",
"color-eyre",

View File

@ -1,6 +1,6 @@
[package]
name = "solar-grabber"
version = "0.3.2"
version = "0.3.1"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2021"
description = """"

View File

@ -24,7 +24,7 @@ RUN cargo build --release
########################## RUNTIME IMAGE ##########################
# Create new stage with a minimal image for the actual runtime image/container
FROM docker.io/debian:bookworm-slim
FROM docker.io/debian:bullseye-slim
# Install CA certificates
RUN apt-get update && \