forked from mirrors/protonmail-bridge-docker
Switched to golang:1.20-bookworm as build image
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# Use carlosedp/golang for riscv64 support
|
FROM golang:1.20-bookworm AS build
|
||||||
FROM carlosedp/golang:1.18 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
|
||||||
|
|||||||
Reference in New Issue
Block a user