mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 11:52:12 +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>
|
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
|
||||||
|
|
||||||
ENV PGWEB_VERSION 0.9.8
|
ENV PGWEB_VERSION 0.9.8
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add ca-certificates && \
|
apk add --update ca-certificates openssl && \
|
||||||
update-ca-certificates && \
|
update-ca-certificates && \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \
|
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \
|
||||||
|
Loading…
Reference in New Issue
Block a user