Skip to content

fix: update the Alpine base image version to v3.10#1075

Closed
creemama wants to merge 1 commit into
nodejs:masterfrom
creemama:alpine-3.10
Closed

fix: update the Alpine base image version to v3.10#1075
creemama wants to merge 1 commit into
nodejs:masterfrom
creemama:alpine-3.10

Conversation

@creemama

@creemama creemama commented Aug 1, 2019

Copy link
Copy Markdown

Alpine Linux released 3.10.0 on 13 June 2019:
https://alpinelinux.org/posts/Alpine-3.10.0-released.html

@LaurentGoderre

Copy link
Copy Markdown
Member

Closing as per #1061

@PeterDaveHello

Copy link
Copy Markdown
Member

and I don't think this is a "fix"

@shantanugadgil

Copy link
Copy Markdown

cross posting ...

For a very specific use case of Linux x86_64 only, how about the following hack to update the "repositories" file manually and doing an update, before proceeding?

This should update all OS packages and thereby keep the scanning tools happy !! 😉

FROM node:8-alpine

# HACK: quick hack ?!
RUN sed -i 's=/v3.*/=/v3.10/=g' /etc/apk/repositories

RUN apk -U upgrade
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants