build(deps): bump golang from 1.25.12-alpine to 1.25.13-alpine (#3087)
Bumps golang from 1.25.12-alpine to 1.25.13-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.13-alpine 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> Co-authored-by: Iryna Kulakova <52420926+IrynaKulakova@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ COPY ui/ ./ui/
|
||||
RUN mkdir -p ./pkg/github/ui_dist && \
|
||||
cd ui && npm run build
|
||||
|
||||
FROM golang:1.25.12-alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS build
|
||||
FROM golang:1.25.13-alpine@sha256:1e0126852075c9c60731c8ba49088448b91f63e2aed97ca9d1a9791622a05946 AS build
|
||||
ARG VERSION="dev"
|
||||
|
||||
# Set the working directory
|
||||
|
||||
Reference in New Issue
Block a user