Skip to content

Commit

Permalink
Upgrade to 3.6 alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 26, 2017
1 parent 2c7321d commit fe0b520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/alpine
FROM alpine:latest
FROM alpine:3.6

MAINTAINER Instrumentisto Team <developer@instrumentisto.com>

Expand All @@ -9,7 +9,7 @@ RUN apk add --update --no-cache \
ca-certificates \
libpcap \
libgcc libstdc++ \
libressl2.4-libcrypto libressl2.4-libssl \
libressl2.5-libcrypto libressl2.5-libssl \
&& update-ca-certificates \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit fe0b520

Please sign in to comment.