Skip to content

Commit

Permalink
Merge pull request #216 from moia-oss/dependabot/docker/docker-depend…
Browse files Browse the repository at this point in the history
…encies-17395996ec

Bump the docker-dependencies group with 2 updates
  • Loading branch information
snowiow authored Jul 3, 2024
2 parents 53eae3b + e4d8a19 commit dfebd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.22.3
FROM golang:1.22.4
COPY ./ /exporter/
WORKDIR /exporter
RUN make build-linux

FROM alpine:3.20.0
FROM alpine:3.20.1
RUN apk add --no-cache ca-certificates
COPY --from=0 /exporter/bin/linux_amd64/aws-apigateway-exporter \
/bin/aws-apigateway-exporter
Expand Down

0 comments on commit dfebd0c

Please sign in to comment.