mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): bump the go group across 2 directories with 1 update
Bumps the go group with 1 update in the / directory: golang. Bumps the go group with 1 update in the /demo directory: golang. Updates `golang` from 1.25.7-alpine to 1.26.0-alpine Updates `golang` from 1.25.7-alpine to 1.26.0-alpine --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.0-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang dependency-version: 1.26.0-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e801f89f4d
commit
ba058bb5b7
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.25.7-alpine AS go-builder
|
||||
FROM golang:1.26.0-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN cd /src/ui && npm ci && touch node_modules/.install
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.25.7-alpine AS go-builder
|
||||
FROM golang:1.26.0-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user