mirror of https://github.com/artifacthub/hub.git
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:
parent
940ee344af
commit
3708bb4303
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue