mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
45fadd7a50
commit
2b2fa77b0c
|
@ -15,7 +15,7 @@ build_and_push(){
|
||||||
|
|
||||||
echo "Building ${REPO_URL}/${base}:${suite} for context ${build_dir}"
|
echo "Building ${REPO_URL}/${base}:${suite} for context ${build_dir}"
|
||||||
docker build --rm --force-rm -t ${REPO_URL}/${base}:${suite} ${build_dir} || return 1
|
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
|
# on successful build, push the image
|
||||||
echo " --- "
|
echo " --- "
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV KEEPASSXC_VERSION 2.2.4
|
ENV KEEPASSXC_VERSION 2.3.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
automake \
|
automake \
|
||||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV VAULT_VERSION v0.9.4
|
ENV VAULT_VERSION v0.9.5
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user