Skip to content

Commit fdb77c3

Browse files
authored
Merge pull request #23 from nebari-dev/fix-base-img
Pin docker base image. Add setuptools for pkg_resources module
2 parents 98be35a + f8eca4a commit fdb77c3

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

self-registration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
1+
FROM python:3.12@sha256:05855f5bf06f5a004b0c1a8aaac73a9d9ea54390fc289d3e80ef52c4f90d5585
22

33
WORKDIR /app
44

self-registration/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fastapi==0.104.1
22
uvicorn==0.24.0.post1
33
jinja2==3.1.2
4+
setuptools==69.0.3
45
python-keycloak==3.3.0
56
pyyaml==5.4.1
67
python-multipart==0.0.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.13"
1+
__version__ = "0.0.14"

src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.0.16
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.0.13"
24+
appVersion: "0.0.14"

src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
repository: quay.io/nebari/nebari-self-registration
88
pullPolicy: IfNotPresent
99
# Overrides the image tag whose default is the chart appVersion.
10-
tag: "20240926-1841"
10+
tag: "20241023-1753"
1111

1212
imagePullSecrets: []
1313
nameOverride: ""

0 commit comments

Comments
 (0)