Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine docker tag to v3.20.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 438fc62 commit ae1f287
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 @@ -6,7 +6,7 @@ COPY . .

RUN CGO_ENABLED=0 go build -ldflags="-w -s -X 'main.version=${VERSION}'" ./cmd/image-registry-metrics-exporter

FROM docker.io/alpine:3.19.1
FROM docker.io/alpine:3.20.2

# renovate: datasource=repology depName=alpine_3_18/ca-certificates versioning=loose
ARG CA_CERTIFICATES_VERSION=20230506-r0
Expand Down

0 comments on commit ae1f287

Please sign in to comment.