Update Dockerfile
This commit is contained in:
parent
6bf1a9c29d
commit
d837e2dce3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue