mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Use alpine:3.6 as a docker base image
This commit is contained in:
parent
7d81998577
commit
a9efb88fe2
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user