Skip to content

Commit

Permalink
update to alpine 3.5 (sgerrand#10)
Browse files Browse the repository at this point in the history
*  upgrade to alpine 3.5

* Add v3 tag for Alpine v3.5
  • Loading branch information
inthroxify authored and andyshinn committed Mar 28, 2017
1 parent d404b04 commit 249e17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.5
RUN apk --no-cache add alpine-sdk coreutils \
&& adduser -G abuild -g "Alpine Package Builder" -s /bin/ash -D builder \
&& echo "builder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ There are currently three tags to choose from:

* `andyshinn/alpine-abuild:v1`: based on Alpine 3.3
* `andyshinn/alpine-abuild:v2`: based on Alpine 3.4
* `andyshinn/alpine-abuild:v3`: based on Alpine 3.5
* `andyshinn/alpine-abuild:edge`: based on Alpine edge (includes testing repository as well)

The builder is typically run from your Alpine Linux package source directory (changing `~/.abuild/mykey.rsa` and `~/.abuild/mykey.rsa.pub` to your packager private and public key locations):
Expand Down

0 comments on commit 249e17e

Please sign in to comment.