Skip to content

Commit c1c81c2

Browse files
committed
docker: bump to go 1.13
1 parent 5336a37 commit c1c81c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
33
#Build stage
4-
FROM golang:1.12-alpine3.10 AS build-env
4+
FROM golang:1.13-alpine3.10 AS build-env
55

66
#Build deps
77
RUN apk --no-cache add build-base git

0 commit comments

Comments
 (0)