1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-02 14:47:55 +02:00

fix: broken Dockerfile fix

Changed go image version according to updated dependencies
This commit is contained in:
Danila Morozov 2024-06-17 21:40:34 +03:00 committed by GitHub
parent 568a5f01b6
commit d4900e5365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ RUN CPPFLAGS="-DPNG_ARM_NEON_OPT=0" npm install --no-optional && \
npm run pack
### Go build
FROM golang:1.18.3@sha256:b203dc573d81da7b3176264bfa447bd7c10c9347689be40540381838d75eebef AS gobuild
FROM golang:1.21.8@sha256:856073656d1a517517792e6cdd2f7a5ef080d3ca2dff33e518c8412f140fdd2d AS gobuild
WORKDIR /go/src/focalboard
ADD . /go/src/focalboard