mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
update base images
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user