mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +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
|
# 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
|
RUN apk --update add ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
Loading…
Reference in New Issue
Block a user