From c19c31901fed4dd6bd070b7f207d18e2ec2655ca Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Mon, 26 Jun 2017 11:25:55 +0200 Subject: [PATCH] feat(Docker): upgrade Go to v1.8.3 and libvips to v8.5.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ab40fe..b770065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:14.04 MAINTAINER tomas@aparicio.me -ENV LIBVIPS_VERSION 8.5.5 +ENV LIBVIPS_VERSION 8.5.6 # Installs libvips + required libraries RUN \ @@ -38,7 +38,7 @@ RUN \ ENV PORT 9000 # Go version to use -ENV GOLANG_VERSION 1.8.1 +ENV GOLANG_VERSION 1.8.3 # gcc for cgo RUN apt-get update && apt-get install -y \