update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-02 13:13:43 -05:00
parent 45fadd7a50
commit 2b2fa77b0c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ build_and_push(){
echo "Building ${REPO_URL}/${base}:${suite} for context ${build_dir}"
docker build --rm --force-rm -t ${REPO_URL}/${base}:${suite} ${build_dir} || return 1
img build -t ${REPO_URL}/${base}:${suite} ${build_dir} || return 1
img build -t ${REPO_URL}/${base}:${suite} ${build_dir} || true
# on successful build, push the image
echo " --- "

View File

@ -11,7 +11,7 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.2.4
ENV KEEPASSXC_VERSION 2.3.0
RUN buildDeps=' \
automake \

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV VAULT_VERSION v0.9.4
ENV VAULT_VERSION v0.9.5
RUN buildDeps=' \
bash \