Skip to content

Commit

Permalink
dist: go 1.14 and Alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dahankzter authored and Henrik Johansson committed Mar 24, 2020
1 parent 7c425ca commit 752590a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.14 as builder

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

# Copy the operator into a thin image
FROM alpine:3.10
FROM alpine:3.11

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

0 comments on commit 752590a

Please sign in to comment.