Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Update to Alpine 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fholzer committed Nov 26, 2017
1 parent 88ec9b5 commit 90aca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6

MAINTAINER NGINX Docker Maintainers "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if [ "x`whoami`" == "xroot" ]; then
echo "Installing test dependencies..."
apk update
apk add mercurial openssl ffmpeg uwsgi uwsgi-python perl perl-fcgi perl-gd perl-io-socket-ssl perl-net-ssleay
apk add mercurial openssl ffmpeg uwsgi uwsgi-python perl perl-fcgi perl-gd perl-io-socket-ssl perl-net-ssleay perl-test-harness-utils
su -s /bin/sh -c /tests.sh - nginx
else
hg clone http://mdounin.ru/hg/nginx-tests
Expand Down

0 comments on commit 90aca11

Please sign in to comment.