From b21abfa57813f4e8780e6aa93d2fc3e380ac72b8 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 30 May 2020 03:26:20 +0200 Subject: [PATCH] 3.12.0 --- Dockerfile | 2 +- Jenkinsfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6accfe..45a9a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine as build ARG VERSION -ENV ALPINE_SERIES 3.11 +ENV ALPINE_SERIES 3.12 ENV ALPINE_MIRROR https://uk.alpinelinux.org/alpine/v${ALPINE_SERIES} ENV ALPINE_ARCH x86_64 diff --git a/Jenkinsfile b/Jenkinsfile index 7c7d148..3a5fb0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ project = "alpine" repo = "zknt" -version = "3.11.6" +version = "3.12.0" registry = "reg.zknt.org" registry_credentials = "6ff44976-23cd-4cc2-902c-de8c340e65e5" diff --git a/README.md b/README.md index f3f1543..d95a05d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ stock alpine Basic Alpine base image, pulling Alpines minirootfs and extracting to `scratch`. -Builds both `edge` and latest release (currently `3.11`) in branches. +Builds both `edge` and latest release (currently `3.12`) in branches. Source repository: https://git.zknt.org/dockers/alpine