mhart / alpine-node

Minimal Node.js Docker Images built on Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only pulling Alpine 4.9 not 4.10

JFossey opened this issue · comments

I am using mhart/alpine-node:12 as my base image in a project. When I look at the source code in this project it looks like it uses alpine:3.10 as a the base image, but when I do a pull or build I get 4.9.

Action

In Dockerfile: FROM mhart/alpine-node:12

Expected result

Alipine version 4.10 as based image.

Result

$ cat /etc/alpine-release
3.9.4

mhart/alpine-node:12 uses alpine 3.9. See b970f42

This was the latest version when Node.js 12.x was initially released. To prevent breaking changes to ppl's apps, I don't change the OS when upgrading Node.js.