Skip to content

Consider updating your Docker base image #11

Description

@carlosjgp

Your Docker image is using Alpine 3.5 which official support ended 2018-11-01
https://en.wikipedia.org/wiki/Alpine_Linux

Since you are using GoLang you could use
Google's distroless gcr.io/distroless/base
https://github.com/GoogleContainerTools/distroless/tree/master/base

And never worry again about underlying OS getting outdated.
Alternatively use Alpine 3.11 which is the latest distribution

Thanks for this work!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions