Skip to content

Commit

Permalink
update to alpine 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed May 27, 2017
1 parent 29d9625 commit 2118f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

FROM alpine:edge
FROM alpine:3.6

MAINTAINER Bodo Schulz <[email protected]>

EXPOSE 8080

ENV \
TERM=xterm \
BUILD_DATE="2017-05-20" \
BUILD_DATE="2017-05-27" \
APACHE_MIRROR=mirror.synyx.de \
TOMCAT_VERSION=8.5.15 \
CATALINA_HOME=/opt/tomcat \
Expand All @@ -18,7 +18,7 @@ ENV \
LANG=C.UTF-8

LABEL \
version="1705-04.1" \
version="1705-04.2" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Jolokia Docker Image" \
org.label-schema.description="Inofficial Jolokia Docker Image" \
Expand Down

0 comments on commit 2118f03

Please sign in to comment.