Skip to content

Commit

Permalink
Merge pull request #1 from RiskIdent/dependabot/docker/docker-27-cli
Browse files Browse the repository at this point in the history
Bump docker from 26-cli to 27-cli
  • Loading branch information
jadolg authored Aug 29, 2024
2 parents 1811905 + 4f122b7 commit 966b397
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 @@ -7,6 +7,6 @@ RUN go mod download
COPY . .
RUN go build .

FROM docker:26-cli
FROM docker:27-cli
COPY --from=builder /app/image-availability-exporter /usr/bin/image-availability-exporter
ENTRYPOINT ["/usr/bin/image-availability-exporter"]

0 comments on commit 966b397

Please sign in to comment.