mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01: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,5 +1,5 @@
|
|||||||
# Build the go application into a binary
|
# 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
|
RUN apk --update add ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
Loading…
Reference in New Issue
Block a user