diff --git a/docker/Dockerfile.linux.amd64 b/docker/Dockerfile.linux.amd64 index 80d849d..a5b9417 100644 --- a/docker/Dockerfile.linux.amd64 +++ b/docker/Dockerfile.linux.amd64 @@ -1,6 +1,6 @@ FROM alpine:3.10 as base -ENV MANIFEST_TOOL_VERSION 1.0.0 +ENV MANIFEST_TOOL_VERSION 1.0.2 RUN apk add --no-cache curl && \ curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-amd64 && \ diff --git a/docker/Dockerfile.linux.arm b/docker/Dockerfile.linux.arm index 96e474a..2bc33e3 100644 --- a/docker/Dockerfile.linux.arm +++ b/docker/Dockerfile.linux.arm @@ -1,6 +1,6 @@ FROM alpine:3.10 as base -ENV MANIFEST_TOOL_VERSION 1.0.0 +ENV MANIFEST_TOOL_VERSION 1.0.2 RUN apk add --no-cache curl && \ curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-armv7 && \ diff --git a/docker/Dockerfile.linux.arm64 b/docker/Dockerfile.linux.arm64 index 5d23a92..66fd2cf 100644 --- a/docker/Dockerfile.linux.arm64 +++ b/docker/Dockerfile.linux.arm64 @@ -1,6 +1,6 @@ FROM alpine:3.10 as base -ENV MANIFEST_TOOL_VERSION 1.0.0 +ENV MANIFEST_TOOL_VERSION 1.0.2 RUN apk add --no-cache curl && \ curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-arm64 && \ diff --git a/docker/Dockerfile.windows.1803 b/docker/Dockerfile.windows.1803 index d1575a7..a5ef9ac 100644 --- a/docker/Dockerfile.windows.1803 +++ b/docker/Dockerfile.windows.1803 @@ -8,7 +8,7 @@ LABEL maintainer="Drone.IO Community " ` org.label-schema.vendor="Drone.IO Community" ` org.label-schema.schema-version="1.0" -ENV MANIFEST_TOOL_VERSION 1.0.0 +ENV MANIFEST_TOOL_VERSION 1.0.2 RUN New-Item -ItemType directory -Path 'C:/bin'; ` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ` diff --git a/docker/Dockerfile.windows.1809 b/docker/Dockerfile.windows.1809 index 376dfc4..b362d36 100644 --- a/docker/Dockerfile.windows.1809 +++ b/docker/Dockerfile.windows.1809 @@ -8,7 +8,7 @@ LABEL maintainer="Drone.IO Community " ` org.label-schema.vendor="Drone.IO Community" ` org.label-schema.schema-version="1.0" -ENV MANIFEST_TOOL_VERSION 1.0.0 +ENV MANIFEST_TOOL_VERSION 1.0.2 RUN New-Item -ItemType directory -Path 'C:/bin'; ` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `