mirror of https://github.com/artifacthub/hub.git
Bump golang in /database/migrations
Bumps golang from 1.24.4-alpine3.22 to 1.24.5-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.5-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7d3d58337
commit
951cb2cebd
|
|
@ -1,5 +1,5 @@
|
|||
# Build tern
|
||||
FROM golang:1.24.4-alpine3.22 AS tern
|
||||
FROM golang:1.24.5-alpine3.22 AS tern
|
||||
RUN apk --no-cache add git
|
||||
RUN go install github.com/jackc/tern@latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue