update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-07-15 11:02:15 -04:00
parent 23628457c8
commit d849cac621
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.0-beta.3
ENV POWERSHELL_VERSION 6.0.0-beta.4
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
gnupg \
&& rm -rf /var/lib/apt/lists/*
ENV TARSNAP_VERSION 1.0.37
ENV TARSNAP_VERSION 1.0.38
RUN set -x \
&& apk add --no-cache --virtual .build-deps \