Skip to content

Commit

Permalink
bump flagsmith-saml
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Oct 3, 2024
1 parent 1a0dc87 commit 3d4bdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ FROM build-python AS build-python-private

# Authenticate git with token, install private Python dependencies,
# and integrate private modules
ARG SAML_REVISION=feat/jwt-cookie-auth
ARG SAML_REVISION
ARG RBAC_REVISION
RUN --mount=type=secret,id=github_private_cloud_token \
echo "https://$(cat /run/secrets/github_private_cloud_token):@github.com" > ${HOME}/.git-credentials && \
Expand Down
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ POETRY_VERSION ?= 1.8.3

GUNICORN_LOGGER_CLASS ?= util.logging.GunicornJsonCapableLogger

SAML_REVISION ?= feat/jwt-cookie-auth
SAML_REVISION ?= v1.6.4
RBAC_REVISION ?= v0.8.0

-include .env-local
Expand Down

0 comments on commit 3d4bdad

Please sign in to comment.