Skip to content

Commit f616e4c

Browse files
author
Steffen Bleul
committed
Update baseimage to alpine 3.7.
1 parent 5379f29 commit f616e4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.7
22

33
ARG BUILD_DATE=undefined
44

55
ENV BLACKLABELOPS_HOME=/var/blacklabelops \
6-
DOCKERIZE_VERSION=v0.5.0
6+
DOCKERIZE_VERSION=v0.6.0
77

88
RUN apk upgrade --update && \
99
apk add \
@@ -38,6 +38,6 @@ LABEL maintainer="Steffen Bleul <sbl@blacklabelops.com>" \
3838
com.blacklabelops.maintainer.email="sbl@blacklabelops.com" \
3939
com.blacklabelops.support="https://www.hipchat.com/gEorzhvnI" \
4040
com.blacklabelops.image.os="alpine" \
41-
com.blacklabelops.image.osversion="3.6" \
41+
com.blacklabelops.image.osversion="3.7" \
4242
com.blacklabelops.image.name.alpine="alpine-base-image" \
4343
com.blacklabelops.image.builddate.alpine=${BUILD_DATE}

alpine/settings.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**/
88
dockerImageName = 'blacklabelops/alpine'
99
dockerWorkspace = 'alpine/'
10-
dockerTags = ["latest","3.6"] as String[]
10+
dockerTags = ["latest"] as String[]
1111
dockerTestCommands =
1212
["echo hello world",
1313
"ps -All",
@@ -18,6 +18,6 @@ dockerTestCommands =
1818
"/sbin/tini -h",
1919
"su-exec"] as String[]
2020
dockerRepositories = [["","Dockerhub","DockerhubEmail"]] as String[][]
21-
dockerImages = ["alpine:3.6"] as String[]
21+
dockerImages = ["alpine:3.7"] as String[]
2222

2323
return this;

0 commit comments

Comments
 (0)