Revert "Revert "Update Dockerfile""

This reverts commit aa8ee534ce.
This commit is contained in:
Alex Sharp 2021-12-08 23:30:46 +00:00
parent aa8ee534ce
commit f50f056014

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