From 1775f80ffe2b0d4efc2a4bf8747dbfcae88a22dd Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 5 Mar 2021 00:49:58 -0500 Subject: [PATCH] Back to alpine/1.16 (the change in reflected memory usage was due to 1.16's MADV_FREE change after all) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68adb093..277a15ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./