Skip to content

Commit 1cd74a0

Browse files
committed
Use golang:1.16-alpine3.13 as build image
1 parent b183d3b commit 1cd74a0

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,5 +1,5 @@
11
# stage 1: build
2-
FROM golang:1.16-alpine AS builder
2+
FROM golang:1.16-alpine3.13 AS builder
33
LABEL maintainer="The m3db-operator Authors <[email protected]>"
44

55
# Install CA certs for curl

0 commit comments

Comments
 (0)