mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Update golang toolchain to resolve build error
- Error "/build/proton-bridge/go.mod:5: unknown directive: toolchain" seems to be caused by outdated toolchain. - Bumped toolchain to match what's in go.mod.
This commit is contained in:
parent
c7cef79482
commit
5fbec27794
@ -1,5 +1,5 @@
|
|||||||
# Use carlosedp/golang for riscv64 support
|
# Use carlosedp/golang for riscv64 support
|
||||||
FROM carlosedp/golang:1.18 AS build
|
FROM golang:1.21 AS build
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev
|
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user