Update Dockerfile

This commit is contained in:
ledgerwatch 2021-12-08 23:19:06 +00:00 committed by GitHub
parent 7f2bf4c203
commit cf9d09e22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM docker.io/library/golang:1.17-alpine AS builder
FROM golang:1.17-alpine AS builder
RUN apk --no-cache add make gcc g++ linux-headers git bash ca-certificates libgcc libstdc++