Skip to content

Commit

Permalink
[docker] build setcap from alpine 3.9 (#1850)
Browse files Browse the repository at this point in the history
There's an incompatibility between our version of git and Glide. It's
easier to downgrade our alpine build image (and thus git version) rather
than upgrade glide, as we have to move off of glide anyway.
  • Loading branch information
schallert authored Aug 2, 2019
1 parent d860d9c commit 3fe451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/m3dbnode/Dockerfile-setcap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.12-alpine AS builder
FROM golang:1.12-alpine3.9 AS builder
LABEL maintainer="The M3DB Authors <m3db@googlegroups.com>"

# Install Glide
Expand Down

0 comments on commit 3fe451b

Please sign in to comment.