Skip to content

Commit

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

Bump the docker-dependencies group with 2 updates
  • Loading branch information
snowiow authored Oct 4, 2024
2 parents 5a3ec2e + b98ea8e commit c59824b
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.23.0
FROM golang:1.23.1
COPY ./ /exporter/
WORKDIR /exporter
RUN make build-linux

FROM alpine:3.20.2
FROM alpine:3.20.3
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 c59824b

Please sign in to comment.