Skip to content

Commit

Permalink
alpine: bump to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Sep 16, 2019
1 parent a4a94de commit 1cd1f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qemu-static/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.10

RUN apk add --no-cache \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion qemu-static/build.sh
Expand Up @@ -4,7 +4,7 @@ gcc -static -o /tmp/qemu-enter -Wall -Wextra -Wno-unused-parameter /qemu-enter.c

git clone --depth=1 \
--single-branch \
--branch=alpine-3.8 \
--branch=alpine-3.10 \
https://github.com/Snaipe/alpine-qemu-execve /src

mkdir /src/build && cd /src/build
Expand Down

0 comments on commit 1cd1f4d

Please sign in to comment.