Skip to content

Commit

Permalink
chore(deps): update alpine to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 7f8ebea commit cfb4d78
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 @@ -13,7 +13,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/digicert_exporter

FROM alpine:3.18
FROM alpine:3.19
COPY --from=build /app/digicert_exporter /usr/bin/local/digicert_exporter
EXPOSE 8080

Expand Down

0 comments on commit cfb4d78

Please sign in to comment.