Skip to content

docker: bump alpine base image from 3.12 to 3.14

Administrator requested to merge sh/alpine-3.14 into main

Created by: stefanhengl

This bumps the version of alpine from 3.12 to 3.14. For now all other docker images still refer to sourcegraph/alpine-3.12. Once CI starts pushing 3.14, I will update all docker images to refer to sourcegraph/alpine-3.14 instead.

Why?

We want to use git >=2.30 on gitserver, which is incompatible with the version of git-p4 (2.26.3) that ships with alpine 3.12.

I also updated the README and deleted a script (release.sh) we we don't seem to use anymore.

Merge request reports

Loading