Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Updated Dockerfile to use specific supported version of Go #29

Closed zees-dev closed 4 years ago

zees-dev commented 4 years ago

Not tagging Dockerfile with specific Go version can sometimes cause the host machine to use a cached version of the tagged image.

By explicitly specifying supported Go version, the host machine is forced to install the correct Docker image (if not available) - thus ensuring application will run successfully for a specific version of Go.