Bump golang from 1.24.2-alpine3.21 to 1.24.4-alpine3.21 in /cmd/scanner

Bumps golang from 1.24.2-alpine3.21 to 1.24.4-alpine3.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.4-alpine3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-09 04:58:16 +00:00 committed by GitHub
parent 63d4f1b1a1
commit dd9c5896b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build scanner
FROM golang:1.24.2-alpine3.21 AS scanner-builder
FROM golang:1.24.4-alpine3.21 AS scanner-builder
WORKDIR /go/src/github.com/artifacthub/scanner
COPY go.* ./
COPY cmd/scanner cmd/scanner