This commit is contained in:
dependabot[bot] 2025-09-11 03:01:06 +00:00 committed by GitHub
commit 98fea34113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.25.0 AS builder FROM golang:1.25.1 AS builder
WORKDIR /go/src/mikefarah/yq WORKDIR /go/src/mikefarah/yq

View File

@ -1,4 +1,4 @@
FROM golang:1.25.0 FROM golang:1.25.1
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y npm && \ apt-get install -y npm && \