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.21.5 to 1.21.6

Updates `alpine` from 3.19.0 to 3.19.1

---
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 Feb 1, 2024
1 parent d6e79bd commit 45a2e7b
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.21.5
FROM golang:1.21.6
COPY ./ /exporter/
WORKDIR /exporter
RUN make build-linux

FROM alpine:3.19.0
FROM alpine:3.19.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 45a2e7b

Please sign in to comment.