Skip to content

Commit

Permalink
Update alpine (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr authored Feb 9, 2023
1 parent e48142e commit a55e37f
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="Nova" \
org.opencontainers.image.description="Nova is a cli tool to find outdated or deprecated Helm charts running in your Kubernetes cluster." \
org.opencontainers.image.documentation="https://nova.docs.fairwinds.com/" \
org.opencontainers.image.source="https://github.com/FairwindsOps/nova" \
org.opencontainers.image.url="https://github.com/FairwindsOps/nova" \
org.opencontainers.image.licenses="Apache License 2.0"

USER nobody
COPY nova /
Expand Down

0 comments on commit a55e37f

Please sign in to comment.