Skip to content

Commit 5372024

Browse files
committed
Update docker builds to use Go 1.16 and Alpine Linux 3.13
1 parent 337ff63 commit 5372024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine3.12 AS builder
1+
FROM golang:1.16-alpine3.13 AS builder
22
ARG VERSION
33

44
RUN apk add --no-cache git gcc musl-dev make
@@ -15,7 +15,7 @@ COPY . ./
1515

1616
RUN make build-docker
1717

18-
FROM alpine:3.12
18+
FROM alpine:3.13
1919

2020
RUN apk add --no-cache ca-certificates
2121

0 commit comments

Comments
 (0)