mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update to latest versions
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
5a8ffd8893
commit
01fd266ec1
|
@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ATOM_VERSION 1.15.0
|
||||
ENV ATOM_VERSION 1.16.0
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
|
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||
|
||||
RUN pip install acme
|
||||
|
||||
ENV CERTBOT_VERSION 0.12.0
|
||||
ENV CERTBOT_VERSION 0.13.0
|
||||
|
||||
RUN buildDeps=' \
|
||||
git \
|
||||
|
|
|
@ -8,7 +8,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV CONSUL_VERSION v0.7.5
|
||||
ENV CONSUL_VERSION v0.8.0
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN buildDeps=' \
|
|||
qt5-qttools-dev \
|
||||
' \
|
||||
set -x \
|
||||
&& apk --no-cache add --repository https://dl-3.alpinelinux.org/alpine/edge/community $buildDeps \
|
||||
&& apk --no-cache add $buildDeps \
|
||||
&& git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \
|
||||
&& cd /usr/src/keepassxc \
|
||||
&& mkdir build \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:16.04
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.17
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.18
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
|
Loading…
Reference in New Issue
Block a user