diff --git a/misc/docker/go/Dockerfile b/misc/docker/go/Dockerfile index f812043c4..509e8fc44 100644 --- a/misc/docker/go/Dockerfile +++ b/misc/docker/go/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev # Get Go stable release WORKDIR /tmp -RUN curl -O https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz -RUN echo '46eecd290d8803887dec718c691cc243f2175fe0 go1.5.1.linux-amd64.tar.gz' | sha1sum -c -RUN tar -C /usr/local -xzf go1.5.1.linux-amd64.tar.gz +RUN curl -O https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz +RUN echo 'cae87ed095e8d94a81871281d35da7829bd1234e go1.5.2.linux-amd64.tar.gz' | sha1sum -c +RUN tar -C /usr/local -xzf go1.5.2.linux-amd64.tar.gz diff --git a/website/content/docs/release/0.9 b/website/content/docs/release/0.9 index 34864aeaf..07598327e 100644 --- a/website/content/docs/release/0.9 +++ b/website/content/docs/release/0.9 @@ -188,23 +188,36 @@ Aljammāz, Steven L. Speek, Tamás Gulácsi, Will Norris.
blobpacked
blobserver: keeps related blobs physically contiguous within zip files.google.golang.org/cloud/storage
package almost everywhere.third_party
directory to the vendor
directory (as is the convention for the new mechanism). This means we do not have to modify the import path of the third party packages we use anymore.camweb
binary which runs the camlistore.org website has been updated to run easily on Google Compute Engine and auto-refresh from the Camlistore source tree. This means our website should be more easily updated going forward.