mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
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:
parent
3187db1e9a
commit
1775f80ffe
1 changed files with 1 additions and 1 deletions
|
@ -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 . ./
|
||||
|
|
Loading…
Reference in a new issue