Skip to content

Commit 0f76730

Browse files
authored
Use latest alpine (3.19.1) (#169)
1 parent 3a8b888 commit 0f76730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app/
88
RUN make build
99

1010

11-
FROM alpine:3.18.3
11+
FROM alpine:3.19.1
1212
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."
1313

1414
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)