Skip to content

Commit

Permalink
Bump the docker-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group with 2 updates: golang and alpine.


Updates `golang` from 1.23.0 to 1.23.1

Updates `alpine` from 3.20.2 to 3.20.3

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-dependencies
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 4c33456 commit b98ea8e
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 b98ea8e

Please sign in to comment.