Skip to content

Commit 9a678b4

Browse files
authored
update alpine (#918)
1 parent 80c4334 commit 9a678b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
FROM alpine:3.17
1+
FROM alpine:20230208
2+
3+
LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
4+
org.opencontainers.image.vendor="FairwindsOps, Inc." \
5+
org.opencontainers.image.title="polaris" \
6+
org.opencontainers.image.description="Polaris is a cli tool to help discover deprecated apiVersions in Kubernetes" \
7+
org.opencontainers.image.documentation="https://polaris.docs.fairwinds.com/" \
8+
org.opencontainers.image.source="https://github.com/FairwindsOps/polaris" \
9+
org.opencontainers.image.url="https://github.com/FairwindsOps/polaris" \
10+
org.opencontainers.image.licenses="Apache License 2.0"
11+
212
WORKDIR /usr/local/bin
313
RUN apk -U upgrade
414
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)