Skip to content
Snippets Groups Projects
Verified Commit 548063a1 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Bump alpine version

parent 36e23552
No related branches found
No related tags found
1 merge request!44Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Pipeline #52105 passed
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