diff --git a/Dockerfile b/Dockerfile index 6beea6d..2b1c315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM mcr.microsoft.com/powershell:alpine-3.8 +FROM mcr.microsoft.com/powershell:latest USER nobody COPY bot.ps1 / -ENTRYPOINT /bot.ps1 \ No newline at end of file +ENTRYPOINT /bot.ps1