Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.4 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent a69070d commit f5ccb2b
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 @@ -4,7 +4,7 @@ COPY . /build
WORKDIR /build
RUN go build

FROM alpine:3.18.3
FROM alpine:3.18.4
USER 1000
COPY --from=builder /build/aiven-metadata-prometheus-exporter /bin/aiven-metadata-prometheus-exporter
EXPOSE 2112
Expand Down

0 comments on commit f5ccb2b

Please sign in to comment.