mirror of https://github.com/cncf/gitvote.git
Bump golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /database/migrations (#551)
Bump golang in /database/migrations Bumps golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9b07333d1
commit
3543eec09d
|
@ -1,5 +1,5 @@
|
|||
# Build tern
|
||||
FROM golang:1.23.2-alpine3.20 AS tern
|
||||
FROM golang:1.23.3-alpine3.20 AS tern
|
||||
RUN apk --no-cache add git
|
||||
RUN go install github.com/jackc/tern@latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue