switch to latest tag in Dockerfile
parent
94179601b7
commit
10194dc97a
@ -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
|
||||
ENTRYPOINT /bot.ps1
|
||||
|
Loading…
Reference in New Issue