Skip to content

Commit

Permalink
use newer alpine version (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Freed <[email protected]>
  • Loading branch information
evanfreed authored Oct 10, 2023
1 parent 7728482 commit 9a126ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app/
RUN make build


FROM alpine:3.18.2
FROM alpine:3.18.3
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."

RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 9a126ff

Please sign in to comment.