Update Dockerfile

This commit is contained in:
schklom 2024-03-22 10:58:59 +00:00 committed by GitHub
parent 6bf1a9c29d
commit d837e2dce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Use carlosedp/golang for riscv64 support
FROM carlosedp/golang:1.18 AS build
FROM golang:latest AS build
# Install dependencies
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev