Commit graph

11 commits

Author SHA1 Message Date
Michael Mayer ec62e64ed5 Docker: Fix install-go.sh script 2022-01-06 11:42:02 +01:00
Michael Mayer 4b43af93fe Docker: Update download URL in install-go.sh script 2021-12-12 15:27:39 +01:00
Michael Mayer e4ed5bbf8d Upgrade Go from v1.17.4 to v1.17.5 2021-12-10 08:50:44 +01:00
Michael Mayer 4a2d07b99e Dev: Upgrade Go from v1.17.3 to v1.17.4 2021-12-03 15:48:52 +01:00
Michael Mayer ff19ab8951 Go: Upgrade from 1.17.2 to 1.17.3 2021-11-09 15:02:21 +01:00
Michael Mayer 106eb10cb0 Docker: Upgrade Go from 1.17.1 to 1.17.2 2021-10-21 15:52:30 +02:00
Michael Mayer c0eba718c9 Docker: Upgrade Go in development base image
Go 1.17.1 (released 2021-09-09) includes a security fix to the
archive/zip package, as well as bug fixes to the compiler, linker,
the go command, and to the crypto/rand, embed, go/types, html/template,
and net/http packages (see https://golang.org/doc/devel/release#go1.17)
2021-09-21 16:57:52 +02:00
Michael Mayer feb0c557c1 Docker: Update multi-arch development image and config #1158
Now comes with Go 1.17 pre-installed. To match production
docker-compose.yml examples, the development database was
renamed from "photoprism-db" to "mariadb".
2021-08-31 18:08:37 +02:00
Michael Mayer f2685698b8 Makefile: Add "dev" target to install latest Go / NPM in dev environment 2021-08-05 11:09:26 +02:00
Michael Mayer b245695eb7 Docker: Upgrade base image and improve prod image #1158 #1432
This commit contains a few improvements discussed in PR #1432
with the primary goal to reduce the Docker image size.
Go has been upgraded from v1.16.4 to v1.16.6 as well.
2021-07-15 16:05:50 +02:00
Michael Mayer 32712910bd Docker: Refactor multi-arch build #1158 #1328 2021-06-02 11:04:31 +02:00
Renamed from scripts/install-go.sh (Browse further)