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

Commit

Permalink
Upgrade Windows base image and RabbitMQ (#8 closes #6 and #7)
Browse files Browse the repository at this point in the history
 - Windows image microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99
 - RabbitMQ 3.6.16/3.7.6
  • Loading branch information
luigiberrettini authored Jul 2, 2018
1 parent b6f8298 commit 387dc78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.6/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM microsoft/windowsservercore:10.0.14393.2007
FROM microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99

ENV ERLANG_HOME="c:\erlang" \
ERLANG_VERSION="20.3" \
RABBITMQ_VERSION="3.6.15" \
RABBITMQ_VERSION="3.6.16" \
RABBITMQ_BASE="c:\rabbitmq" \
RABBITMQ_CONFIG_FILE="c:\rabbitmq\rmqsettings"

Expand Down
4 changes: 2 additions & 2 deletions 3.7/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM microsoft/windowsservercore:10.0.14393.2007
FROM microsoft/windowsservercore@sha256:c06b4bfaf634215ea194e6005450740f3a230b27c510cf8facab1e9c678f3a99

ENV ERLANG_HOME="c:\erlang" \
ERLANG_VERSION="20.3" \
RABBITMQ_VERSION="3.7.5" \
RABBITMQ_VERSION="3.7.6" \
RABBITMQ_BASE="c:\rabbitmq" \
RABBITMQ_CONFIG_FILE="c:\rabbitmq\rmqsettings"

Expand Down

0 comments on commit 387dc78

Please sign in to comment.