Skip to content

Commit

Permalink
chore(pybase3): Update pybase img de novo (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
themarcelor committed Jul 12, 2021
1 parent 79b9096 commit 2d97b06
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.0
FROM quay.io/cdis/python-nginx:pybase3-1.6.1

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.2.0"
version = "5.3.1"
description = "Gen3 AuthN/AuthZ OIDC Service"
authors = ["CTDS UChicago <cdis@uchicago.edu>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 2d97b06

Please sign in to comment.