update base images

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-14 11:48:08 -04:00
parent 6356143a7e
commit c174139071
4 changed files with 25 additions and 30 deletions

View File

@@ -8,7 +8,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/keepassxc
#
FROM alpine:edge
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.3.4
@@ -31,6 +31,7 @@ RUN buildDeps=' \
set -x \
&& apk --no-cache add \
$buildDeps \
--repository https://dl-3.alpinelinux.org/alpine/edge/main \
&& git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \
&& cd /usr/src/keepassxc \
&& mkdir build \