mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 15:33:17 +01:00
Test using Docker image with Go 1.15 instead of alpine, which has 1.16
This commit is contained in:
parent
c842ac2343
commit
932eab00a0
@ -1,5 +1,5 @@
|
||||
# Build the go application into a binary
|
||||
FROM golang:alpine as builder
|
||||
FROM golang:1.15-alpine as builder
|
||||
RUN apk --update add ca-certificates
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
|
Loading…
Reference in New Issue
Block a user