mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
This release updates Rubygems to version 2.6.13, which includes several security fixes: - Fix a DNS request hijacking vulnerability - Fix an ANSI escape sequence vulnerability - Fix a DOS vulernerability in the query command - Fix a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
11 lines
150 B
Bash
Executable File
11 lines
150 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
. /opt/bitnami/base/functions
|
|
. /opt/bitnami/base/helpers
|
|
|
|
print_welcome_page
|
|
|
|
log "ruby successfully initialized"
|
|
|
|
exec tini -- "$@"
|