Skip to content

Commit

Permalink
more issues with mono, reverting some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan committed Mar 24, 2022
1 parent 95eb90f commit 0e375f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN unzip $TSHOCKZIP -d /tshock && \
# add executable perm to bootstrap
chmod +x /tshock/bootstrap.sh

FROM mono:6.12.0.122
FROM mono:6.12.0.122-slim

LABEL maintainer="Ryan Sheehan <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN unzip /$DL_FILE -d /terraria && \
chmod +x /terraria-server/TerrariaServer && \
chmod +x /terraria-server/TerrariaServer.bin.x86_64

FROM mono:6.12.0.122
FROM mono:6.10.0.104-slim
LABEL maintainer="Ryan Sheehan <[email protected]>"

# documenting ports
Expand Down

0 comments on commit 0e375f4

Please sign in to comment.