···00000001ARG GLEAM_VERSION=v1.13.0
23# Build stage - compile the application
···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+8ARG GLEAM_VERSION=v1.13.0
910# Build stage - compile the application