We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that alpine has been updated to 3.14
postgres/11/alpine/Dockerfile
Line 2 in 718c12a
However it seems like the official docker image has yet to be updated:
docker pull postgres:11-alpine && docker run -it postgres:11-alpine cat /etc/alpine-release Shows 3.13.5
docker pull postgres:11-alpine && docker run -it postgres:11-alpine cat /etc/alpine-release
When will the docker image 'postgres:11-alpine' be updated to alpine 3.14?
Thanks
@yosifkit
The text was updated successfully, but these errors were encountered:
IMHO: expected in the next working days. ( ~ Tuesday? )
see: "README:See a change merged here that doesn't show up on Docker Hub yet?"
Sorry, something went wrong.
The PR to update the Postgres variants was merged a few days ago docker-library/official-images#10376
But there's an issue with the Alpine 3.14 builds docker-library/official-images#10379 (comment)
Builders are updated and builds are either queued or in progress -- sorry for the delay!
No branches or pull requests
I see that alpine has been updated to 3.14
postgres/11/alpine/Dockerfile
Line 2 in 718c12a
However it seems like the official docker image has yet to be updated:
docker pull postgres:11-alpine && docker run -it postgres:11-alpine cat /etc/alpine-release
Shows 3.13.5
When will the docker image 'postgres:11-alpine' be updated to alpine 3.14?
Thanks
@yosifkit
The text was updated successfully, but these errors were encountered: