File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.6
1
+ FROM alpine:3.7
2
2
3
3
ARG BUILD_DATE=undefined
4
4
5
5
ENV BLACKLABELOPS_HOME=/var/blacklabelops \
6
- DOCKERIZE_VERSION=v0.5 .0
6
+ DOCKERIZE_VERSION=v0.6 .0
7
7
8
8
RUN apk upgrade --update && \
9
9
apk add \
@@ -38,6 +38,6 @@ LABEL maintainer="Steffen Bleul <sbl@blacklabelops.com>" \
38
38
com.blacklabelops.maintainer.email="sbl@blacklabelops.com" \
39
39
com.blacklabelops.support="https://www.hipchat.com/gEorzhvnI" \
40
40
com.blacklabelops.image.os="alpine" \
41
- com.blacklabelops.image.osversion="3.6 " \
41
+ com.blacklabelops.image.osversion="3.7 " \
42
42
com.blacklabelops.image.name.alpine="alpine-base-image" \
43
43
com.blacklabelops.image.builddate.alpine=${BUILD_DATE}
Original file line number Diff line number Diff line change 7
7
**/
8
8
dockerImageName = ' blacklabelops/alpine'
9
9
dockerWorkspace = ' alpine/'
10
- dockerTags = [" latest" , " 3.6 " ] as String []
10
+ dockerTags = [" latest" ] as String []
11
11
dockerTestCommands =
12
12
[" echo hello world" ,
13
13
" ps -All" ,
@@ -18,6 +18,6 @@ dockerTestCommands =
18
18
" /sbin/tini -h" ,
19
19
" su-exec" ] as String []
20
20
dockerRepositories = [[" " ," Dockerhub" ," DockerhubEmail" ]] as String [][]
21
- dockerImages = [" alpine:3.6 " ] as String []
21
+ dockerImages = [" alpine:3.7 " ] as String []
22
22
23
23
return this ;
You can’t perform that action at this time.
0 commit comments