3.11.0
This commit is contained in:
parent
85a2775811
commit
81ebc8be05
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine as build
|
||||
|
||||
ARG VERSION
|
||||
ENV ALPINE_SERIES 3.10
|
||||
ENV ALPINE_SERIES 3.11
|
||||
ENV ALPINE_MIRROR https://uk.alpinelinux.org/alpine/v${ALPINE_SERIES}
|
||||
ENV ALPINE_ARCH x86_64
|
||||
|
||||
|
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,8 +1,8 @@
|
|||
project = "alpine"
|
||||
repo = "zknt"
|
||||
version = "3.10.3"
|
||||
version = "3.11.0"
|
||||
registry = "reg.zknt.org"
|
||||
registry_credentials = "6ff44976-23cd-4cc2-902c-de8c340e65e5"
|
||||
registry_credentials = "6ff44976-23cd-4cc2-902c-de8c340e65e5"
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
|
|
Loading…
Reference in a new issue