Skip to content

Commit

Permalink
chore(deps): bump the docker-dependencies group with 2 updates (#73)
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 `436e2d9` to `ac67716`

Updates `alpine` from `0a4eaa0` to `beefdbd`

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent a7c45ee commit 64e8034
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.1-alpine3.20@sha256:436e2d978524b15498b98faa367553ba6c3655671226f500c72ceb7afb2ef0b1 AS builder
FROM golang:1.23.1-alpine3.20@sha256:ac67716dd016429be8d4c2c53a248d7bcdf06d34127d3dc451bda6aa5a87bc06 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.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
FROM alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d

WORKDIR /go/bin

Expand Down

0 comments on commit 64e8034

Please sign in to comment.