Skip to content

Commit

Permalink
Merge branch 'master' into feat/cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Sep 8, 2021
2 parents b494492 + 15edba7 commit 4ab1850
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
@@ -1,7 +1,7 @@
# To run: docker run --rm -d -v /path/to/fence-config.yaml:/var/www/fence/fence-config.yaml --name=fence -p 80:80 fence
# To check running container: docker exec -it fence /bin/bash

FROM quay.io/cdis/python-nginx:pybase3-1.6.1
FROM quay.io/cdis/python-nginx:pybase3-1.6.2

ENV appname=fence

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fence"
version = "5.4.0"
version = "5.4.1"
description = "Gen3 AuthN/AuthZ OIDC Service"
authors = ["CTDS UChicago <cdis@uchicago.edu>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4ab1850

Please sign in to comment.