Switched to golang:1.20-bookworm as build image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2023-08-08 00:36:54 +02:00
parent 3172cf355d
commit 0d57ee5ad2

View File

@@ -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