Skip to content

Commit

Permalink
Update to go 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apicht committed Apr 19, 2016
1 parent f7a7ebb commit c21f2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Pull base image
FROM resin/rpi-raspbian:wheezy
FROM resin/rpi-raspbian:jessie
MAINTAINER Aaron Picht <https://github.com/apicht/docker-rpi-golang>

# Install dependencies
Expand All @@ -13,7 +13,7 @@ RUN apt-get update && apt-get -y upgrade && \
rm -rf /var/lib/apt/lists/*

ENV GOROOT_BOOTSTRAP /go
ENV GOLANG_VERSION 1.6
ENV GOLANG_VERSION 1.6.1
ADD ./etc/services /etc/services
RUN \
curl -Ok https://storage.googleapis.com/golang/go$GOLANG_VERSION.linux-armv6l.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rpi-golang

Docker image containing Go 1.6 binaries compatible with the Raspberry Pi.
Docker image containing Go 1.6.1 binaries compatible with the Raspberry Pi.

### Example: Run and attach the Docker image with a volume mount
```bash
Expand Down

0 comments on commit c21f2f2

Please sign in to comment.