mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
23628457c8
commit
d849cac621
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user