Skip to content
Snippets Groups Projects
Commit 15b0a1c6 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Bump alpine version

parent 2421bf4e
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.10
FROM alpine:3.11
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
......
#!/bin/sh
# Function to generate a random salt
generate_salt() {
tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 48 | head -n 1
}
# Read environment variables or set default values
DB_HOST=${DB_HOST:-db}
DB_PORT_NUMBER=${DB_PORT_NUMBER:-5432}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment