We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339fbc5 commit f3fef17Copy full SHA for f3fef17
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/sensu/sensu-go
5
COPY . .
6
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X github.com/sensu/sensu-go/version.Version=$APPVERSION" -o _output/sensu-backend ./cmd/sensu-backend
7
8
-FROM alpine:3.6
+FROM alpine:3.12
9
ENV USER=sensu
10
COPY --from=build-env /go/src/github.com/sensu/sensu-go/_output/sensu-backend /usr/local/bin/sensu-backend
11
RUN apk add --no-cache --update ca-certificates && \
0 commit comments