Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump server-base images #4943

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/registry/server-base/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
io.deephaven.project.ProjectType=DOCKER_REGISTRY
deephaven.registry.imageName=ghcr.io/deephaven/server-base:edge
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:b02de3d96469d38a2ba5999f04a6d99e0c5f5e5e34482e57d47bd4bb64108a7c
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:bd59f63831db8ff86c3ebab21ffecd1804e58dcfaaf08a67bf0c2b320a2ce179
8 changes: 4 additions & 4 deletions docker/server-jetty/src/main/server-jetty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jedi==0.18.2
jpy==0.14.0
llvmlite==0.41.1
numba==0.58.1
numpy==1.26.1
pandas==2.1.2
numpy==1.26.2
pandas==2.1.4
parso==0.8.3
pyarrow==13.0.0
pyarrow==14.0.1
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
turbodbc==4.7.0
turbodbc==4.8.0
tzdata==2023.3
8 changes: 4 additions & 4 deletions docker/server/src/main/server-netty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jedi==0.18.2
jpy==0.14.0
llvmlite==0.41.1
numba==0.58.1
numpy==1.26.1
pandas==2.1.2
numpy==1.26.2
pandas==2.1.4
parso==0.8.3
pyarrow==13.0.0
pyarrow==14.0.1
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
turbodbc==4.7.0
turbodbc==4.8.0
tzdata==2023.3
Loading