Skip to content

Commit f111f20

Browse files
authored
Merge pull request andyshinn#24 from acj/alpine-3.13
Bump Alpine to 3.13
2 parents b9cdfc6 + 1df511b commit f111f20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12
1+
FROM alpine:3.13
22
RUN apk --no-cache add alpine-sdk coreutils cmake sudo \
33
&& adduser -G abuild -g "Alpine Package Builder" -s /bin/ash -D builder \
44
&& echo "builder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ We tag each release with a simple `v#` version scheme. Here are the tags to choo
1717
* `andyshinn/alpine-abuild:v9`: based on Alpine 3.10
1818
* `andyshinn/alpine-abuild:v10`: based on Alpine 3.11
1919
* `andyshinn/alpine-abuild:v11`: based on Alpine 3.12
20+
* `andyshinn/alpine-abuild:v12`: based on Alpine 3.13
2021
* `andyshinn/alpine-abuild:edge`: based on Alpine edge (includes testing repository as well)
2122

2223
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):

0 commit comments

Comments
 (0)