Bump golang from 1.24.2-alpine3.21 to 1.24.3-alpine3.21 in /cmd/hub

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

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.3-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-05-12 04:23:23 +00:00 committed by GitHub
parent 940ee344af
commit 3708bb4303
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 backend
FROM golang:1.24.2-alpine3.21 AS backend-builder
FROM golang:1.24.3-alpine3.21 AS backend-builder
WORKDIR /go/src/github.com/artifacthub/hub
COPY go.* ./
COPY cmd/hub cmd/hub