Skip to content

Commit

Permalink
Update to Alpine 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed Jun 9, 2016
1 parent 3fde893 commit 507337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cross:
CGO_ENABLED=0 GOOS=linux go build -o build/bin/linux/$(BINARY_NAME) $(GOBUILD_VERSION_ARGS) -a -installsuffix cgo github.com/atlassian/$(BINARY_NAME)

docker: cross
cd build && docker build -t $(IMAGE_NAME):$(GIT_HASH) .
cd build && docker build --pull -t $(IMAGE_NAME):$(GIT_HASH) .

release-hash: check test docker
docker push $(IMAGE_NAME):$(GIT_HASH)
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4

RUN apk --no-cache add \
ca-certificates
Expand Down

0 comments on commit 507337b

Please sign in to comment.