Skip to content
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: 2 additions & 0 deletions opengin/core-api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ FROM golang:1.24

# Install runtime dependencies and qemu for emulation
RUN apt-get update && \
# Upgrade OpenSSL packages to fix CVE-2025-15467 (CRITICAL)
apt-get upgrade -y libssl3t64 openssl openssl-provider-legacy && \
apt-get install -y ca-certificates gnupg curl wget unzip default-jdk postgresql-client netcat-openbsd && \
# Add MongoDB repository
curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \
Expand Down
2 changes: 2 additions & 0 deletions opengin/core-api/docker/Dockerfile.choreo
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ FROM golang:1.24

# Install runtime dependencies and database client tools
RUN apt-get update && \
# Upgrade OpenSSL packages to fix CVE-2025-15467 (CRITICAL)
apt-get upgrade -y libssl3t64 openssl openssl-provider-legacy && \
apt-get install -y ca-certificates gnupg curl wget unzip default-jdk postgresql-client netcat-openbsd && \
# Add MongoDB repository
curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \
Expand Down
Loading