diff --git a/Dockerfile b/Dockerfile index 10f3aae..4e1e93e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM purplekarrot/mingw-w64-x86-64:latest -ENV GOLANG_VERSION=1.15.10 +ENV GOLANG_VERSION=1.19.3 RUN apt-get update RUN apt-get install -y --no-install-recommends wget diff --git a/README.md b/README.md index b71217b..a4c1a82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # mingw-go -This container is based on [purplekarrot/mingw-w64-x86-64](https://hub.docker.com/r/purplekarrot/mingw-w64-x86-64) and then has Go 1.15.10 installed in /usr/local/go +versions: + +- 2022.11 + - go 1.19.3 +- 2022.09 + - go 1.17 +- 2021.03 + - go 1.15 + +This container is based on [purplekarrot/mingw-w64-x86-64](https://hub.docker.com/r/purplekarrot/mingw-w64-x86-64) and then has Go 1.19.3 installed in /usr/local/go Dockerfiles @ [git.openprivacy.ca/openprivacy/mingw-go](https://git.openprivacy.ca/openprivacy/mingw-go)