Skip to content

Commit

Permalink
fix(docker-casa): unable to download spanner/couchbase orm libs (#1336)
Browse files Browse the repository at this point in the history
* fix(docker-casa): unable to download spanner/couchbase orm libs

* fix(docker-casa): incorrect CN_VERSION value
  • Loading branch information
iromli authored Sep 21, 2023
1 parent 31cdf0d commit e10c23d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-casa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,11 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
CN_GOOGLE_SECRET_NAME_PREFIX=jans \
GLUU_CASA_ADMIN_LOCK_FILE=/opt/jans/jetty/casa/resources/.administrable \
CN_PROMETHEUS_PORT="" \
CN_VERSION=5.0.0 \
GLUU_CASA_JWKS_SIZE_LIMIT=100000

# Janssen version
ENV CN_VERSION=1.0.17-SNAPSHOT

# ==========
# misc stuff
# ==========
Expand Down

0 comments on commit e10c23d

Please sign in to comment.