Skip to content

Commit 752590a

Browse files
dahankzterHenrik Johansson
authored andcommitted
dist: go 1.14 and Alpine 3.11
1 parent 7c425ca commit 752590a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.13 as builder
2+
FROM golang:1.14 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/github.com/scylladb/scylla-operator
@@ -11,7 +11,7 @@ COPY vendor/ vendor/
1111
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager github.com/scylladb/scylla-operator/cmd
1212

1313
# Copy the operator into a thin image
14-
FROM alpine:3.10
14+
FROM alpine:3.11
1515

1616
# Run tini as PID 1 and avoid signal handling issues
1717
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-amd64 /usr/local/bin/tini

0 commit comments

Comments
 (0)