captn3m0 / google-sre-ebook

Google SRE Book Generator (EPUB/MOBI/PDF).
Do What The F*ck You Want To Public License
1.24k stars 162 forks source link

Use bookworm-slim base image #81

Closed jgorinsky closed 7 months ago

jgorinsky commented 7 months ago

The version of Ruby available in the debian:buster package repos is too old to support Bundler 2, causing the docker build to fail.

This PR updates the Dockerfile to use debian:bookworm-slim and updates the gem commands to work with that release.

Fixes #80

captn3m0 commented 6 months ago

I've switched builds from docker hub to GHCR.