Skip to content

Commit d8f13be

Browse files
tariqksolimandevin-ai-integration[bot]github-actions[bot]
authored
fix: add curl to runtime stage for healthcheck support (#949)
* fix: add curl to runtime stage for healthcheck support Co-Authored-By: tariq.k.soliman <tariqksoliman@gmail.com> * chore: bump version to 4.3.23-20260423 [version bump] --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df26ff3 commit d8f13be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ FROM oraclelinux:8.9 AS runtime
9494

9595
# Runtime dependencies only (smaller, more secure)
9696
RUN dnf -y update && \
97-
dnf -y install ca-certificates && \
97+
dnf -y install ca-certificates curl && \
9898
update-ca-trust enable && \
9999
update-ca-trust extract && \
100100
dnf module install -y nodejs:20 && \

configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configure",
3-
"version": "4.3.22-20260423",
3+
"version": "4.3.23-20260423",
44
"homepage": "./configure/build",
55
"private": true,
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmgis",
3-
"version": "4.3.22-20260423",
3+
"version": "4.3.23-20260423",
44
"description": "A web-based mapping and localization solution for science operation on planetary missions.",
55
"homepage": "build",
66
"repository": {

0 commit comments

Comments
 (0)