Back to alpine/1.16 (the change in reflected memory usage was due to 1.16's MADV_FREE change after all)

This commit is contained in:
TwinProduction 2021-03-05 00:49:58 -05:00
parent 3187db1e9a
commit 1775f80ffe

View File

@ -1,5 +1,5 @@
# Build the go application into a binary
FROM golang:1.15-alpine as builder
FROM golang:alpine as builder
RUN apk --update add ca-certificates
WORKDIR /app
COPY . ./