Skip to content

Commit

Permalink
Upgrade to golang 1.12.0 and add zip
Browse files Browse the repository at this point in the history
  • Loading branch information
marques-work committed Mar 12, 2019
1 parent b080307 commit b8eadbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM golang:1.11.4-alpine
FROM golang:1.12.0-alpine
MAINTAINER GoCD Team <go-cd-dev@googlegroups.com>

RUN apk add --no-cache \
tini \
curl \
bash \
zip \
git \
gcc \
musl-dev \
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ A docker image containing a Golang environment for builds

## Includes everything needed to build a basic golang project

- golang 1.11.4
- golang 1.12.0
- git
- gcc
- bash

## And some some extra utils that are useful:

- curl
- zip

## Building the image locally

```
docker build . -t gocddev/golang-build:1.11.4-alpine -f Dockerfile
docker build . -t gocddev/golang-build:1.12.0-alpine -f Dockerfile
```

0 comments on commit b8eadbb

Please sign in to comment.