https://mattermost.atlassian.net/browse/MM-60387 ```release-note updated Go version to 1.22 ``` --------- Co-authored-by: Mattermost Build <build@mattermost.com>
6 строки
317 B
Docker
6 строки
317 B
Docker
FROM golang:1.22.6-bullseye@sha256:0838740c99e64dde1916553b004bdb1bc321823be83bde3d2a1563882eaab7e6
|
|
|
|
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq pgloader
|
|
|
|
RUN git config --global --add safe.directory /mattermost
|