diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8f6b4..b19be51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v1.5.0 - 2017-09-04 + +* Update registry to 2.6.2 #27 [Akis Kesoglou] + ## v1.4.0 - 2017-08-29 * Added support for Circle.ci #25 [Akis Kesoglou] diff --git a/Dockerfile b/Dockerfile index 32841f0..ac1b3a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC64107 && rm /etc/nginx/conf.d/default.conf \ && rm /etc/nginx/nginx.conf -# registry 2.6.1 -ENV REGISTRY_VERSION 576b139d6eac5b35c9b3e9fe6c2e5132b0c7e03b -ENV REGISTRY_SHA256 5c5039e8d72268cfb68190ad3fff660b5289e134f2038997f3d768f4af6da878 +# registry 2.6.2 +ENV REGISTRY_VERSION bc5d4f15a7e8d12ed6e5174ac4edab4b6032d09f +ENV REGISTRY_SHA256 84b718193f07885b39a73be34994d50a6259f62abfca6dbd2ced279fefcc24e5 RUN URL="https://github.com/docker/distribution-library-image/blob/${REGISTRY_VERSION}/registry/registry?raw=true" \ && wget -qO /usr/local/bin/docker-registry "$URL" \