Use alpine:3.6 as a docker base image

This commit is contained in:
Dan Sosedoff 2017-08-09 23:11:30 -05:00
parent 7d81998577
commit a9efb88fe2

View File

@ -1,11 +1,11 @@
FROM alpine:3.3
FROM alpine:3.6
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
ENV PGWEB_VERSION 0.9.8
RUN \
apk update && \
apk add ca-certificates && \
apk add --update ca-certificates openssl && \
update-ca-certificates && \
cd /tmp && \
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \