Skip to content

Commit 61f22ff

Browse files
committed
chore: fix windows rabbitmq
1 parent 7c3162d commit 61f22ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rabbitmq/Dockerfile.windows

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG VERSION
2-
31
FROM mcr.microsoft.com/windows/servercore:ltsc2019
42

3+
ARG VERSION
4+
55
USER ContainerAdministrator
66

77
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

0 commit comments

Comments
 (0)