diff options
author | Ken Payson <kpayson@google.com> | 2017-04-21 13:59:01 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2017-04-21 14:12:44 -0700 |
commit | 5db8ef9cd06b1359d17c138153b18a1e051270b3 (patch) | |
tree | 0bf85871397e84628bfa06471eed0e120eea9949 /tools/dockerfile/test | |
parent | 401aa08915b427c03a5616e79127cc0f882bdd8a (diff) |
Fix alpine build
Diffstat (limited to 'tools/dockerfile/test')
-rw-r--r-- | tools/dockerfile/test/cxx_alpine_x64/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile index f9468757da..b13157f280 100644 --- a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile +++ b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -FROM alpine:3.3 +FROM alpine:3.5 # Install Git and basic packages. RUN apk update && apk add \ |