Unverified Commit ad60878d authored by watucker's avatar watucker Committed by GitHub
Browse files

Update auth service image

parent bfc819cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
ARG ESGF_REPOSITORY_BASE=esgfdeploy
ARG ESGF_IMAGES_VERSION=latest
ARG GIT_REPOSITORY=https://github.com/cedadev/django-auth-service.git
ARG GIT_VERSION=459dbab
ARG GIT_VERSION=c0befb6001c813050dbc8e3ca503cd1c7c22f7f0

FROM ${ESGF_REPOSITORY_BASE}/python-build:${ESGF_IMAGES_VERSION} as python-build