From 13b41a8d8570663dbce9ab64f3294db8d18faf66 Mon Sep 17 00:00:00 2001 From: George K Date: Thu, 15 Feb 2018 20:20:05 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0a0af9..9294ff3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # alpine-builder Docker image with alpine linux to build apk's -Created user `builder` with password `123` because `abuild -r` cannot be executed with root account. +Created user `builder` with with no password because `abuild -r` cannot be executed with root account. ### Usage: @@ -12,7 +12,7 @@ Nexus server named `APK_REPO_CRED`. _.gitlab-ci.yml_ ```yaml -image: jar3b/alpine-builder:3.6 +image: jar3b/alpine-builder:3.7 stages: - release @@ -31,4 +31,5 @@ release: ### Available versions: - 3.5 -- 3.6 (latest) \ No newline at end of file +- 3.6 +- 3.7 (latest) \ No newline at end of file