gliderlabs / docker-alpine

Alpine Linux Docker image. Win at minimalism!
http://gliderlabs.viewdocs.io/docker-alpine
BSD 2-Clause "Simplified" License
5.71k stars 529 forks source link

Need to bump to Alpine 3.9.2? #495

Closed tremaineeto closed 5 years ago

tremaineeto commented 5 years ago

Not sure if I need to open an issue here, but I saw Alpine 3.9.2 was released today. Does there need to be a version bump in here, or is this (and other patch releases) automatically handled? From what I was (very quickly) seeing, it might involve bumping some versions like such?

ncopa commented 5 years ago

We will bump version here too. I am in the process of moving official images from github.com/gliderlabs to github.com/alpinelinux so it may take a few days.

csandanov commented 5 years ago

Please consider supporting minor version in tags, e.g. 3.9.1, 3.9.2, not just 3.9 #475

ncopa commented 5 years ago

fixed with https://github.com/docker-library/official-images/pull/5516

tremaineeto commented 5 years ago

Thanks @ncopa!