Skip to content

Commit

Permalink
Update alpine to latest edge (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr authored Feb 9, 2023
1 parent 7c91d79 commit b6ac602
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
FROM alpine:3.17
FROM alpine:20230208

LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
org.opencontainers.image.vendor="FairwindsOps, Inc." \
org.opencontainers.image.title="pluto" \
org.opencontainers.image.description="Pluto is a cli tool to help discover deprecated apiVersions in Kubernetes" \
org.opencontainers.image.documentation="https://pluto.docs.fairwinds.com/" \
org.opencontainers.image.source="https://github.com/FairwindsOps/pluto" \
org.opencontainers.image.url="https://github.com/FairwindsOps/pluto" \
org.opencontainers.image.licenses="Apache License 2.0"

USER nobody
COPY pluto /
Expand Down

0 comments on commit b6ac602

Please sign in to comment.