Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 387dc78

Browse files
Upgrade Windows base image and RabbitMQ (#8 closes #6 and #7)
- Windows image microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99 - RabbitMQ 3.6.16/3.7.6
1 parent b6f8298 commit 387dc78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

3.6/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/windowsservercore:10.0.14393.2007
1+
FROM microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99
22

33
ENV ERLANG_HOME="c:\erlang" \
44
ERLANG_VERSION="20.3" \
5-
RABBITMQ_VERSION="3.6.15" \
5+
RABBITMQ_VERSION="3.6.16" \
66
RABBITMQ_BASE="c:\rabbitmq" \
77
RABBITMQ_CONFIG_FILE="c:\rabbitmq\rmqsettings"
88

3.7/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/windowsservercore:10.0.14393.2007
1+
FROM microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99
22

33
ENV ERLANG_HOME="c:\erlang" \
44
ERLANG_VERSION="20.3" \
5-
RABBITMQ_VERSION="3.7.5" \
5+
RABBITMQ_VERSION="3.7.6" \
66
RABBITMQ_BASE="c:\rabbitmq" \
77
RABBITMQ_CONFIG_FILE="c:\rabbitmq\rmqsettings"
88

0 commit comments

Comments
 (0)