Skip to content

Commit

Permalink
removing mono slim
Browse files Browse the repository at this point in the history
mono slim seems to be causing issues for some users
  • Loading branch information
ryansheehan authored Mar 24, 2022
1 parent ee6f483 commit ab090c7
Showing 1 changed file with 1 addition and 1 deletion.
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-slim
FROM mono:6.12.0.122
LABEL maintainer="Ryan Sheehan <[email protected]>"

# documenting ports
Expand Down

0 comments on commit ab090c7

Please sign in to comment.