mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
Bump golang from 1.25.2 to 1.25.4
Bumps golang from 1.25.2 to 1.25.4. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7f72595a12
commit
1228bcfa75
@ -1,4 +1,4 @@
|
||||
FROM golang:1.25.2 AS builder
|
||||
FROM golang:1.25.4 AS builder
|
||||
|
||||
WORKDIR /go/src/mikefarah/yq
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM golang:1.25.2
|
||||
FROM golang:1.25.4
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y npm && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user