diff --git a/release/preview/alpine312/docker/Dockerfile b/release/preview/alpine312/docker/Dockerfile index 659f3f22c..df42952be 100644 --- a/release/preview/alpine312/docker/Dockerfile +++ b/release/preview/alpine312/docker/Dockerfile @@ -3,7 +3,7 @@ # Docker image file that describes an Alpine3.12 image with PowerShell installed from .tar.gz file(s) -FROM alpine:3.12 AS installer-env +FROM alpine:3.13.3 AS installer-env # Define Args for the needed to add the package ARG PS_VERSION=7.0.0-preview.1 @@ -24,7 +24,7 @@ RUN mkdir -p ${PS_INSTALL_FOLDER} RUN tar zxf /tmp/linux.tar.gz -C ${PS_INSTALL_FOLDER} -v # Start a new stage so we lose all the tar.gz layers from the final image -FROM alpine:3.12.1 +FROM alpine:3.13.3 # Copy only the files we need from the previous stage COPY --from=installer-env ["/opt/microsoft/powershell", "/opt/microsoft/powershell"] @@ -39,7 +39,7 @@ ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \ LANG=en_US.UTF-8 \ # set a fixed location for the Module analysis cache PSModuleAnalysisCachePath=/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache \ - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-Alpine-3.12 + POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-Alpine-3.13.3 # Install dotnet dependencies and ca-certificates RUN apk add --no-cache \ diff --git a/release/preview/alpine312/meta.json b/release/preview/alpine312/meta.json index dacef7d8b..1c11f257d 100644 --- a/release/preview/alpine312/meta.json +++ b/release/preview/alpine312/meta.json @@ -2,7 +2,7 @@ "IsLinux" : true, "UseLinuxVersion": false, "PackageFormat": "powershell-${PS_VERSION}-linux-alpine-x64.tar.gz", - "osVersion": "Alpine 3.12", + "osVersion": "Alpine 3.13.3", "tagTemplates": [ "#psversion#-alpine-#shorttag#-#fulltag#", "preview-alpine-#shorttag#"