slack status without the slack status.zzstoatzz.io/
quickslice

document why we build quickslice from source

Changed files
+7
+7
Dockerfile
··· 1 + # Building from source because ghcr.io/bigmoves/quickslice:latest still points 2 + # to v0.17.2, which lacks the `sub` claim fix needed for OAuth token response. 3 + # Once :latest is updated to v0.17.3+, this can be simplified to: 4 + # FROM ghcr.io/bigmoves/quickslice:latest 5 + # 6 + # This Dockerfile is adapted from https://github.com/bigmoves/quickslice/blob/main/Dockerfile 7 + 1 8 ARG GLEAM_VERSION=v1.13.0 2 9 3 10 # Build stage - compile the application