Commit Graph

23 Commits

Author SHA1 Message Date
Shivaram Lingamneni 4b9aa725cb upgrade to go 1.22 2024-02-10 23:46:34 -05:00
Shivaram Lingamneni b1a0e7cc5c
bump docker base image to alpine 3.19 (#2104)
* bump docker base image to alpine 3.19

Fixes #2103
2023-12-17 23:20:55 -08:00
Shivaram Lingamneni 202de687df explicit docker.io in Dockerfile
See #2082
2023-09-10 00:13:48 -04:00
Shivaram Lingamneni cc873efd0f bump go to v1.21 2023-08-15 20:37:58 -04:00
Chris Smith 783b579003 Dockerfile: `apk upgrade` before `add`
The base golang image ships with some packages pre-installed,
but they're not necessarily the latest. If we try to add a
package that (transitively) depends on one of the existing ones,
it'll fail if it's expecting a newer version.

To address this, simply `apk upgrade` before trying to `apk add`.

Closes #2071
2023-06-03 00:15:58 +01:00
Shivaram Lingamneni 3c59ce964d fix Dockerfile
This broke in #2047
2023-02-11 21:55:57 -05:00
Shivaram Lingamneni 8b6b2cabc3 upgrade to go 1.20 2023-02-06 00:37:51 -05:00
Shivaram Lingamneni de1be675f5 upgrade go to 1.19 2022-08-03 00:56:19 -04:00
Shivaram Lingamneni 6bd94391ef Dockerfile: un-pin alpine version 2022-03-30 11:45:09 -04:00
Shivaram Lingamneni fd5317e68e bump .github and Dockerfile for go1.18 2022-03-30 01:17:05 -04:00
Shivaram Lingamneni 9c4fbeabef docker: include git hash in docker-built binary 2021-11-03 01:58:04 -04:00
Shivaram Lingamneni e620e3b4bf docker: downgrade alpine to 3.13 again
See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 ;
this maintains compatibility with older, buggy versions of docker and runc.
Alpine 3.13 is supported until 2022-11-01.
2021-11-03 01:07:02 -04:00
Shivaram Lingamneni 492109f29d upgrade go to 1.17 2021-08-20 15:59:26 -04:00
Shivaram Lingamneni 7190770e12 pin docker base image to alpine 3.13
May fix #1726 (broken build on dockerhub)
2021-07-08 20:55:09 -04:00
Daniel Thamdrup 0898a6aa91 update dockerfile and minor changes 2021-06-09 15:24:52 +02:00
Daniel Oaks cf33122f15
Update Dockerfile to work with Ergo naming change 2021-05-29 06:49:14 +10:00
Shivaram Lingamneni 430b40fc2f upgrade go to 1.16
Fixes #1510
2021-02-17 15:14:53 -05:00
Shivaram Lingamneni abfbb5b15b attempt to fix #1282 2020-09-23 05:10:03 -04:00
Shivaram Lingamneni b594ec05e6 fix #1195 2020-08-11 20:38:25 -04:00
Shivaram Lingamneni a6e2b5a3ae update references to oragono.yaml to reflect new name of default.yaml 2020-06-14 18:54:36 -04:00
Shivaram Lingamneni c58e12fb58 use \s instead of . for matching listener definition lines 2020-03-07 23:55:45 -05:00
Shivaram Lingamneni c38922005b use sed instead of yq, in build step instead of run step 2020-03-07 23:49:59 -05:00
Daniel Oaks 5e5c857821 Fix Docker 2020-03-07 19:02:33 +10:00