Skip to content

Commit

Permalink
chore(deps): bump the docker-dependencies group with 2 updates (#101)
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 `9a31ef0` to `6a84ccd`

Updates `alpine` from `21dc606` to `56fa17d`

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 912ebb3 commit 77b01ba
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,4 +1,4 @@
FROM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 AS builder
FROM golang:1.23.4-alpine3.20@sha256:6a84ccdb73e005d0ee7bfff6066f230612ca9dff3e88e31bfc752523c3a271f8 AS builder

ARG BUILD_VERSION

Expand All @@ -12,7 +12,7 @@ RUN if [ -n "${BUILD_VERSION}" ]; then \
go build -o /go/bin/qbittorrent-exporter . ; \
fi

FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

WORKDIR /go/bin

Expand Down

0 comments on commit 77b01ba

Please sign in to comment.