Skip to content

Commit

Permalink
build: Temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Sep 23, 2019
1 parent 245ca87 commit 8ccfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p ${PS_INSTALL_FOLDER}
# Unzip the Linux tar.gz
RUN tar zxf /tmp/linux.tar.gz -C ${PS_INSTALL_FOLDER}

FROM alpine:3.10
FROM alpine:3.8
ENV NODE_ENV=production
ARG PS_INSTALL_VERSION=6
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
Expand Down

0 comments on commit 8ccfc24

Please sign in to comment.